#AC882B

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

Shades of Reef Gold #AC882B

Tints of Reef Gold #AC882B

Color information

#AC882B (or 0xAC882B) is unknown color: approx Reef Gold. HEX triplet: AC, 88 and 2B. RGB value is (172,136,43). Sum of RGB (Red+Green+Blue) = 172+136+43=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC882B is #5377D4. Grayscale: #888888. Windows color (decimal): -5470165 or 2853036. OLE color: 2853036.

HSL color Cylindrical-coordinate representation of color #AC882B: hue angle of 43.26º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC882B is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17213643-
CMYK00.210.750.33
HSL43.26º60%42.16%-
HSV(B)43.26º75%67.45%-
XYZ26.2526.556.03-
YUV136.1675.43153.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 43 (17.19% from 255) = 12.25%
R=49.00%
G=38.75%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721364300.210.750.3343.266042.16
HexAC882B0154B212b3c2a
Octal2542105302511341537452
Binary10101100100010001010110101011001011100001101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC882B; }

 p { color: rgb(172,136,43); }

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

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

 a { background-color: rgb(172,136,43); }

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

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

 span { border-color: rgb(172,136,43); }

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