#A88E3B

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

Shades of Reef Gold #A88E3B

Tints of Reef Gold #A88E3B

Color information

#A88E3B (or 0xA88E3B) is unknown color: approx Reef Gold. HEX triplet: A8, 8E and 3B. RGB value is (168,142,59). Sum of RGB (Red+Green+Blue) = 168+142+59=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E3B is #5771C4. Grayscale: #8C8C8C. Windows color (decimal): -5730757 or 3903144. OLE color: 3903144.

HSL color Cylindrical-coordinate representation of color #A88E3B: hue angle of 45.69º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A88E3B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB16814259-
CMYK00.150.650.34
HSL45.69º48.02%44.51%-
HSV(B)45.69º64.88%65.88%-
XYZ26.6127.998.14-
YUV140.3182.11147.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 59 (23.44% from 255) = 15.99%
R=45.53%
G=38.48%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681425900.150.650.3445.6948.0244.51
HexA88E3B0F41222e302d
Octal2502167301710142566055
Binary1010100010001110111011011111000001100010101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E3B; }

 p { color: rgb(168,142,59); }

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

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

 a { background-color: rgb(168,142,59); }

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

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

 span { border-color: rgb(168,142,59); }

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