#AC8926

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

Shades of Reef Gold #AC8926

Tints of Reef Gold #AC8926

Color information

#AC8926 (or 0xAC8926) is unknown color: approx Reef Gold. HEX triplet: AC, 89 and 26. RGB value is (172,137,38). Sum of RGB (Red+Green+Blue) = 172+137+38=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8926 is #5376D9. Grayscale: #888888. Windows color (decimal): -5469914 or 2525612. OLE color: 2525612.

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

Color convert

RGB17213738-
CMYK00.200.780.33
HSL44.33º63.81%41.18%-
HSV(B)44.33º77.91%67.45%-
XYZ26.3126.85.62-
YUV136.1872.6153.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=49.57%
G=39.48%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721373800.200.780.3344.3363.8141.18
HexAC89260144E212c4029
Octal25421146024116415410051
Binary101011001000100110011001010010011101000011011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8926; }

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

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

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

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

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

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

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

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