#ac8e30

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

Shades of Reef Gold #AC8E30

Tints of Reef Gold #AC8E30

Color information

#AC8E30 (or 0xAC8E30) is unknown color: approx Reef Gold. HEX triplet: AC, 8E and 30. RGB value is (172,142,48). Sum of RGB (Red+Green+Blue) = 172+142+48=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E30 is #5371CF. Grayscale: #8C8C8C. Windows color (decimal): -5468624 or 3182252. OLE color: 3182252.

HSL color Cylindrical-coordinate representation of color #AC8E30: hue angle of 45.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC8E30 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17214248-
CMYK00.170.720.33
HSL45.48º56.36%43.14%-
HSV(B)45.48º72.09%67.45%-
XYZ27.2228.336.83-
YUV140.2575.94150.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=47.51%
G=39.23%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721424800.170.720.3345.4856.3643.14
HexAC8E3001148212d382b
Octal2542166002111041557053
Binary10101100100011101100000100011001000100001101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8e30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8e30; }

 p { color: rgb(172,142,48); }

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

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

 a { background-color: rgb(172,142,48); }

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

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

 span { border-color: rgb(172,142,48); }

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