#A58F37

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

Shades of Reef Gold #A58F37

Tints of Reef Gold #A58F37

Color information

#A58F37 (or 0xA58F37) is unknown color: approx Reef Gold. HEX triplet: A5, 8F and 37. RGB value is (165,143,55). Sum of RGB (Red+Green+Blue) = 165+143+55=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F37 is #5A70C8. Grayscale: #8B8B8B. Windows color (decimal): -5927113 or 3641253. OLE color: 3641253.

HSL color Cylindrical-coordinate representation of color #A58F37: hue angle of 48º degrees, saturation: 0.5, 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 #A58F37 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16514355-
CMYK00.130.670.35
HSL48º50%43.14%-
HSV(B)48º66.67%64.71%-
XYZ26.0327.927.63-
YUV139.5580.29146.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=45.45%
G=39.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651435500.130.670.35485043.14
HexA58F370D432330322b
Octal2452176701510343606253
Binary1010010110001111110111011011000011100011110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F37; }

 p { color: rgb(165,143,55); }

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

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

 a { background-color: rgb(165,143,55); }

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

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

 span { border-color: rgb(165,143,55); }

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