#AC8829

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

Shades of Reef Gold #AC8829

Tints of Reef Gold #AC8829

Color information

#AC8829 (or 0xAC8829) is unknown color: approx Reef Gold. HEX triplet: AC, 88 and 29. RGB value is (172,136,41). Sum of RGB (Red+Green+Blue) = 172+136+41=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8829 is #5377D6. Grayscale: #888888. Windows color (decimal): -5470167 or 2721964. OLE color: 2721964.

HSL color Cylindrical-coordinate representation of color #AC8829: hue angle of 43.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC8829 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17213641-
CMYK00.210.760.33
HSL43.51º61.5%41.76%-
HSV(B)43.51º76.16%67.45%-
XYZ26.2226.545.84-
YUV135.9374.43153.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=49.28%
G=38.97%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721364100.210.760.3343.5161.541.76
HexAC88290154C212c3e2a
Octal2542105102511441547652
Binary10101100100010001010010101011001100100001101100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8829; }

 p { color: rgb(172,136,41); }

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

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

 a { background-color: rgb(172,136,41); }

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

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

 span { border-color: rgb(172,136,41); }

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