#ADA33B

Color #ADA33B Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #ADA33B

Tints of Brass #ADA33B

Color information

#ADA33B (or 0xADA33B) is unknown color: approx Brass. HEX triplet: AD, A3 and 3B. RGB value is (173,163,59). Sum of RGB (Red+Green+Blue) = 173+163+59=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA33B is #525CC4. Grayscale: #9A9A9A. Windows color (decimal): -5397701 or 3908525. OLE color: 3908525.

HSL color Cylindrical-coordinate representation of color #ADA33B: hue angle of 54.74º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADA33B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17316359-
CMYK00.060.660.32
HSL54.74º49.14%45.49%-
HSV(B)54.74º65.9%67.84%-
XYZ31.1235.399.33-
YUV154.1374.31141.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 163 (64.06% from 255) = 41.27%
BLUE value IS 59 (23.44% from 255) = 14.94%
R=43.80%
G=41.27%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731635900.060.660.3254.7449.1445.49
HexADA33B06422037312d
Octal255243730610240676155
Binary101011011010001111101101101000010100000110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA33B; }

 p { color: rgb(173,163,59); }

 H1.HeaderClassName
 {
   color: #ADA33B;
 }
 .AnyTagClassName
 {
   color: #ADA33B;
 }
</style>
background-color css

<style>
 a { background-color: #ADA33B; }

 a { background-color: rgb(173,163,59); }

 div.DivClassName
 {
   background-color: #ADA33B;
 }
 .BgClassName
 {
   background-color: #ADA33B;
 }
</style>
border-color css

<style>
 span { border-color: #ADA33B; }

 span { border-color: rgb(173,163,59); }

 td.TdClassName
 {
   border-color: #ADA33B;
 }
 .TagClassName
 {
   border-color: #ADA33B;
 }
</style>