#A58D36

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

Shades of Reef Gold #A58D36

Tints of Reef Gold #A58D36

Color information

#A58D36 (or 0xA58D36) is unknown color: approx Reef Gold. HEX triplet: A5, 8D and 36. RGB value is (165,141,54). Sum of RGB (Red+Green+Blue) = 165+141+54=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D36 is #5A72C9. Grayscale: #8A8A8A. Windows color (decimal): -5927626 or 3575205. OLE color: 3575205.

HSL color Cylindrical-coordinate representation of color #A58D36: hue angle of 47.03º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A58D36 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16514154-
CMYK00.150.670.35
HSL47.03º50.68%42.94%-
HSV(B)47.03º67.27%64.71%-
XYZ25.7127.327.41-
YUV138.2680.45147.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 54 (21.48% from 255) = 15%
R=45.83%
G=39.17%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651415400.150.670.3547.0350.6842.94
HexA58D360F43232f332b
Octal2452156601710343576353
Binary1010010110001101110110011111000011100011101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D36; }

 p { color: rgb(165,141,54); }

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

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

 a { background-color: rgb(165,141,54); }

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

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

 span { border-color: rgb(165,141,54); }

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