#A5882E

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

Shades of Reef Gold #A5882E

Tints of Reef Gold #A5882E

Color information

#A5882E (or 0xA5882E) is unknown color: approx Reef Gold. HEX triplet: A5, 88 and 2E. RGB value is (165,136,46). Sum of RGB (Red+Green+Blue) = 165+136+46=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5882E is #5A77D1. Grayscale: #868686. Windows color (decimal): -5928914 or 3049637. OLE color: 3049637.

HSL color Cylindrical-coordinate representation of color #A5882E: hue angle of 45.38º 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 #A5882E is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16513646-
CMYK00.180.720.35
HSL45.38º56.4%41.37%-
HSV(B)45.38º72.12%64.71%-
XYZ24.8125.86.26-
YUV134.4178.11149.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=47.55%
G=39.19%
B=13.26%

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
Decimal1651364600.180.720.3545.3856.441.37
HexA5882E01248232d3829
Octal2452105602211043557051
Binary10100101100010001011100100101001000100011101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5882E; }

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

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

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

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

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

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

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

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