#A88F36

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

Shades of Reef Gold #A88F36

Tints of Reef Gold #A88F36

Color information

#A88F36 (or 0xA88F36) is unknown color: approx Reef Gold. HEX triplet: A8, 8F and 36. RGB value is (168,143,54). Sum of RGB (Red+Green+Blue) = 168+143+54=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F36 is #5770C9. Grayscale: #8C8C8C. Windows color (decimal): -5730506 or 3575720. OLE color: 3575720.

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

Color convert

RGB16814354-
CMYK00.150.680.34
HSL46.84º51.35%43.53%-
HSV(B)46.84º67.86%65.88%-
XYZ26.6428.247.54-
YUV140.3379.28147.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=46.03%
G=39.18%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681435400.150.680.3446.8451.3543.53
HexA88F360F44222f332c
Octal2502176601710442576354
Binary1010100010001111110110011111000100100010101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F36; }

 p { color: rgb(168,143,54); }

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

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

 a { background-color: rgb(168,143,54); }

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

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

 span { border-color: rgb(168,143,54); }

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