#A88E33

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

Shades of Reef Gold #A88E33

Tints of Reef Gold #A88E33

Color information

#A88E33 (or 0xA88E33) is unknown color: approx Reef Gold. HEX triplet: A8, 8E and 33. RGB value is (168,142,51). Sum of RGB (Red+Green+Blue) = 168+142+51=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E33 is #5771CC. Grayscale: #8B8B8B. Windows color (decimal): -5730765 or 3378856. OLE color: 3378856.

HSL color Cylindrical-coordinate representation of color #A88E33: hue angle of 46.67º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A88E33 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16814251-
CMYK00.150.700.34
HSL46.67º53.42%42.94%-
HSV(B)46.67º69.64%65.88%-
XYZ26.4227.917.13-
YUV139.478.11148.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=46.54%
G=39.34%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681425100.150.700.3446.6753.4242.94
HexA88E330F46222f352b
Octal2502166301710642576553
Binary1010100010001110110011011111000110100010101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E33; }

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

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

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

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

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

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

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

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