#a58c37

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

Shades of Reef Gold #A58C37

Tints of Reef Gold #A58C37

Color information

#A58C37 (or 0xA58C37) is unknown color: approx Reef Gold. HEX triplet: A5, 8C and 37. RGB value is (165,140,55). Sum of RGB (Red+Green+Blue) = 165+140+55=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C37 is #5A73C8. Grayscale: #8A8A8A. Windows color (decimal): -5927881 or 3640485. OLE color: 3640485.

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

Color convert

RGB16514055-
CMYK00.150.670.35
HSL46.36º50%43.14%-
HSV(B)46.36º66.67%64.71%-
XYZ25.5827.037.48-
YUV137.7881.28147.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 55 (21.88% from 255) = 15.28%
R=45.83%
G=38.89%
B=15.28%

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
Decimal1651405500.150.670.3546.365043.14
HexA58C370F43232e322b
Octal2452146701710343566253
Binary1010010110001100110111011111000011100011101110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58c37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58c37; }

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

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

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

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

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

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

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

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