#AC8932

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

Shades of Reef Gold #AC8932

Tints of Reef Gold #AC8932

Color information

#AC8932 (or 0xAC8932) is unknown color: approx Reef Gold. HEX triplet: AC, 89 and 32. RGB value is (172,137,50). Sum of RGB (Red+Green+Blue) = 172+137+50=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8932 is #5376CD. Grayscale: #898989. Windows color (decimal): -5469902 or 3312044. OLE color: 3312044.

HSL color Cylindrical-coordinate representation of color #AC8932: hue angle of 42.79º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC8932 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17213750-
CMYK00.200.710.33
HSL42.79º54.95%43.53%-
HSV(B)42.79º70.93%67.45%-
XYZ26.5326.896.81-
YUV137.5578.6152.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=47.91%
G=38.16%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721375000.200.710.3342.7954.9543.53
HexAC893201447212b372c
Octal2542116202410741536754
Binary10101100100010011100100101001000111100001101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8932; }

 p { color: rgb(172,137,50); }

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

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

 a { background-color: rgb(172,137,50); }

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

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

 span { border-color: rgb(172,137,50); }

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