#AC9B39

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

Shades of Reef Gold #AC9B39

Tints of Reef Gold #AC9B39

Color information

#AC9B39 (or 0xAC9B39) is unknown color: approx Reef Gold. HEX triplet: AC, 9B and 39. RGB value is (172,155,57). Sum of RGB (Red+Green+Blue) = 172+155+57=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B39 is #5364C6. Grayscale: #959595. Windows color (decimal): -5465287 or 3775404. OLE color: 3775404.

HSL color Cylindrical-coordinate representation of color #AC9B39: hue angle of 51.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9B39 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17215557-
CMYK00.100.670.33
HSL51.13º50.22%44.9%-
HSV(B)51.13º66.86%67.45%-
XYZ29.4732.518.59-
YUV148.9176.13144.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=44.79%
G=40.36%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721555700.100.670.3351.1350.2244.9
HexAC9B390A432133322d
Octal2542337101210341636255
Binary1010110010011011111001010101000011100001110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B39; }

 p { color: rgb(172,155,57); }

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

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

 a { background-color: rgb(172,155,57); }

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

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

 span { border-color: rgb(172,155,57); }

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