#A58E35

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

Shades of Reef Gold #A58E35

Tints of Reef Gold #A58E35

Color information

#A58E35 (or 0xA58E35) is unknown color: approx Reef Gold. HEX triplet: A5, 8E and 35. RGB value is (165,142,53). Sum of RGB (Red+Green+Blue) = 165+142+53=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E35 is #5A71CA. Grayscale: #8B8B8B. Windows color (decimal): -5927371 or 3509925. OLE color: 3509925.

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

Color convert

RGB16514253-
CMYK00.140.680.35
HSL47.68º51.38%42.75%-
HSV(B)47.68º67.88%64.71%-
XYZ25.8327.67.33-
YUV138.7379.62146.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=45.83%
G=39.44%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651425300.140.680.3547.6851.3842.75
HexA58E350E442330332b
Octal2452166501610443606353
Binary1010010110001110110101011101000100100011110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E35; }

 p { color: rgb(165,142,53); }

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

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

 a { background-color: rgb(165,142,53); }

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

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

 span { border-color: rgb(165,142,53); }

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