#AC9635

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

Shades of Reef Gold #AC9635

Tints of Reef Gold #AC9635

Color information

#AC9635 (or 0xAC9635) is unknown color: approx Reef Gold. HEX triplet: AC, 96 and 35. RGB value is (172,150,53). Sum of RGB (Red+Green+Blue) = 172+150+53=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9635 is #5369CA. Grayscale: #919191. Windows color (decimal): -5466571 or 3511980. OLE color: 3511980.

HSL color Cylindrical-coordinate representation of color #AC9635: hue angle of 48.91º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC9635 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17215053-
CMYK00.130.690.33
HSL48.91º52.89%44.12%-
HSV(B)48.91º69.19%67.45%-
XYZ28.5630.847.82-
YUV145.5275.79146.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=45.87%
G=40%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721505300.130.690.3348.9152.8944.12
HexAC96350D452131352c
Octal2542266501510541616554
Binary1010110010010110110101011011000101100001110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9635; }

 p { color: rgb(172,150,53); }

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

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

 a { background-color: rgb(172,150,53); }

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

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

 span { border-color: rgb(172,150,53); }

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