#A5952E

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

Shades of Reef Gold #A5952E

Tints of Reef Gold #A5952E

Color information

#A5952E (or 0xA5952E) is unknown color: approx Reef Gold. HEX triplet: A5, 95 and 2E. RGB value is (165,149,46). Sum of RGB (Red+Green+Blue) = 165+149+46=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5952E is #5A6AD1. Grayscale: #8E8E8E. Windows color (decimal): -5925586 or 3052965. OLE color: 3052965.

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

Color convert

RGB16514946-
CMYK00.100.720.35
HSL51.93º56.4%41.37%-
HSV(B)51.93º72.12%64.71%-
XYZ26.7629.696.91-
YUV142.0473.8144.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 46 (18.36% from 255) = 12.78%
R=45.83%
G=41.39%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651494600.100.720.3551.9356.441.37
HexA5952E0A4823343829
Octal2452255601211043647051
Binary1010010110010101101110010101001000100011110100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5952E; }

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

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

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

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

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

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

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

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