#AC8727

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

Shades of Reef Gold #AC8727

Tints of Reef Gold #AC8727

Color information

#AC8727 (or 0xAC8727) is unknown color: approx Reef Gold. HEX triplet: AC, 87 and 27. RGB value is (172,135,39). Sum of RGB (Red+Green+Blue) = 172+135+39=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8727 is #5378D8. Grayscale: #878787. Windows color (decimal): -5470425 or 2590636. OLE color: 2590636.

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

Color convert

RGB17213539-
CMYK00.220.770.33
HSL43.31º63.03%41.37%-
HSV(B)43.31º77.33%67.45%-
XYZ26.0426.255.61-
YUV135.1273.76154.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 39 (15.62% from 255) = 11.27%
R=49.71%
G=39.02%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721353900.220.770.3343.3163.0341.37
HexAC87270164D212b3f29
Octal2542074702611541537751
Binary10101100100001111001110101101001101100001101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8727; }

 p { color: rgb(172,135,39); }

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

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

 a { background-color: rgb(172,135,39); }

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

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

 span { border-color: rgb(172,135,39); }

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