#AC8831

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

Shades of Reef Gold #AC8831

Tints of Reef Gold #AC8831

Color information

#AC8831 (or 0xAC8831) is unknown color: approx Reef Gold. HEX triplet: AC, 88 and 31. RGB value is (172,136,49). Sum of RGB (Red+Green+Blue) = 172+136+49=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8831 is #5377CE. Grayscale: #898989. Windows color (decimal): -5470159 or 3246252. OLE color: 3246252.

HSL color Cylindrical-coordinate representation of color #AC8831: hue angle of 42.44º 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 #AC8831 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17213649-
CMYK00.210.720.33
HSL42.44º55.66%43.33%-
HSV(B)42.44º71.51%67.45%-
XYZ26.3726.66.65-
YUV136.8578.43153.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=48.18%
G=38.10%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721364900.210.720.3342.4455.6643.33
HexAC883101548212a382b
Octal2542106102511041527053
Binary10101100100010001100010101011001000100001101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8831; }

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

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

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

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

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

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

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

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