#A5953E

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

Shades of Reef Gold #A5953E

Tints of Reef Gold #A5953E

Color information

#A5953E (or 0xA5953E) is unknown color: approx Reef Gold. HEX triplet: A5, 95 and 3E. RGB value is (165,149,62). Sum of RGB (Red+Green+Blue) = 165+149+62=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5953E is #5A6AC1. Grayscale: #909090. Windows color (decimal): -5925570 or 4101541. OLE color: 4101541.

HSL color Cylindrical-coordinate representation of color #A5953E: hue angle of 50.68º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5953E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16514962-
CMYK00.100.620.35
HSL50.68º45.37%44.51%-
HSV(B)50.68º62.42%64.71%-
XYZ27.1329.848.89-
YUV143.8781.8143.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=43.88%
G=39.63%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651496200.100.620.3550.6845.3744.51
HexA5953E0A3E23332d2d
Octal245225760127643635555
Binary101001011001010111111001010111110100011110011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5953E; }

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

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

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

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

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

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

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

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