#AC8931

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

Shades of Reef Gold #AC8931

Tints of Reef Gold #AC8931

Color information

#AC8931 (or 0xAC8931) is unknown color: approx Reef Gold. HEX triplet: AC, 89 and 31. RGB value is (172,137,49). Sum of RGB (Red+Green+Blue) = 172+137+49=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8931 is #5376CE. Grayscale: #898989. Windows color (decimal): -5469903 or 3246508. OLE color: 3246508.

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

Color convert

RGB17213749-
CMYK00.200.720.33
HSL42.93º55.66%43.33%-
HSV(B)42.93º71.51%67.45%-
XYZ26.5126.886.7-
YUV137.4378.1152.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=48.04%
G=38.27%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721374900.200.720.3342.9355.6643.33
HexAC893101448212b382b
Octal2542116102411041537053
Binary10101100100010011100010101001001000100001101011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8931; }

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

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

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

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

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

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

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

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