#A5962E

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

Shades of Reef Gold #A5962E

Tints of Reef Gold #A5962E

Color information

#A5962E (or 0xA5962E) is unknown color: approx Reef Gold. HEX triplet: A5, 96 and 2E. RGB value is (165,150,46). Sum of RGB (Red+Green+Blue) = 165+150+46=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5962E is #5A69D1. Grayscale: #8F8F8F. Windows color (decimal): -5925330 or 3053221. OLE color: 3053221.

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

Color convert

RGB16515046-
CMYK00.090.720.35
HSL52.44º56.4%41.37%-
HSV(B)52.44º72.12%64.71%-
XYZ26.9230.016.96-
YUV142.6373.47143.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=45.71%
G=41.55%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651504600.090.720.3552.4456.441.37
HexA5962E094823343829
Octal2452265601111043647051
Binary1010010110010110101110010011001000100011110100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5962E; }

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

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

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

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

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

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

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

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