#AC8B26

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

Shades of Reef Gold #AC8B26

Tints of Reef Gold #AC8B26

Color information

#AC8B26 (or 0xAC8B26) is unknown color: approx Reef Gold. HEX triplet: AC, 8B and 26. RGB value is (172,139,38). Sum of RGB (Red+Green+Blue) = 172+139+38=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B26 is #5374D9. Grayscale: #898989. Windows color (decimal): -5469402 or 2526124. OLE color: 2526124.

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

Color convert

RGB17213938-
CMYK00.190.780.33
HSL45.22º63.81%41.18%-
HSV(B)45.22º77.91%67.45%-
XYZ26.627.385.72-
YUV137.3571.93152.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=49.28%
G=39.83%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721393800.190.780.3345.2263.8141.18
HexAC8B260134E212d4029
Octal25421346023116415510051
Binary101011001000101110011001001110011101000011011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B26; }

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

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

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

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

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

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

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

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