#A5872E

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

Shades of Reef Gold #A5872E

Tints of Reef Gold #A5872E

Color information

#A5872E (or 0xA5872E) is unknown color: approx Reef Gold. HEX triplet: A5, 87 and 2E. RGB value is (165,135,46). Sum of RGB (Red+Green+Blue) = 165+135+46=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5872E is #5A78D1. Grayscale: #868686. Windows color (decimal): -5929170 or 3049381. OLE color: 3049381.

HSL color Cylindrical-coordinate representation of color #A5872E: hue angle of 44.87º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5872E is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16513546-
CMYK00.180.720.35
HSL44.87º56.4%41.37%-
HSV(B)44.87º72.12%64.71%-
XYZ24.6725.526.21-
YUV133.8278.44150.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=47.69%
G=39.02%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651354600.180.720.3544.8756.441.37
HexA5872E01248232d3829
Octal2452075602211043557051
Binary10100101100001111011100100101001000100011101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5872E; }

 p { color: rgb(165,135,46); }

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

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

 a { background-color: rgb(165,135,46); }

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

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

 span { border-color: rgb(165,135,46); }

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