#ADAC33

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

Shades of Brass #ADAC33

Tints of Brass #ADAC33

Color information

#ADAC33 (or 0xADAC33) is unknown color: approx Brass. HEX triplet: AD, AC and 33. RGB value is (173,172,51). Sum of RGB (Red+Green+Blue) = 173+172+51=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC33 is #5253CC. Grayscale: #9E9E9E. Windows color (decimal): -5395405 or 3386541. OLE color: 3386541.

HSL color Cylindrical-coordinate representation of color #ADAC33: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADAC33 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17317251-
CMYK00.010.710.32
HSL59.51º54.46%43.92%-
HSV(B)59.51º70.52%67.84%-
XYZ32.5838.638.87-
YUV158.567.33138.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 51 (20.31% from 255) = 12.88%
R=43.69%
G=43.43%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731725100.010.710.3259.5154.4643.92
HexADAC330147203c362c
Octal255254630110740746654
Binary1010110110101100110011011000111100000111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC33; }

 p { color: rgb(173,172,51); }

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

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

 a { background-color: rgb(173,172,51); }

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

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

 span { border-color: rgb(173,172,51); }

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