#A88E35

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

Shades of Reef Gold #A88E35

Tints of Reef Gold #A88E35

Color information

#A88E35 (or 0xA88E35) is unknown color: approx Reef Gold. HEX triplet: A8, 8E and 35. RGB value is (168,142,53). Sum of RGB (Red+Green+Blue) = 168+142+53=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E35 is #5771CA. Grayscale: #8C8C8C. Windows color (decimal): -5730763 or 3509928. OLE color: 3509928.

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

Color convert

RGB16814253-
CMYK00.150.680.34
HSL46.43º52.04%43.33%-
HSV(B)46.43º68.45%65.88%-
XYZ26.4627.937.36-
YUV139.6379.11148.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=46.28%
G=39.12%
B=14.60%

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
Decimal1681425300.150.680.3446.4352.0443.33
HexA88E350F44222e342b
Octal2502166501710442566453
Binary1010100010001110110101011111000100100010101110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E35; }

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

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

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

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

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

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

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

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