#a58536

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

Shades of Reef Gold #A58536

Tints of Reef Gold #A58536

Color information

#A58536 (or 0xA58536) is unknown color: approx Reef Gold. HEX triplet: A5, 85 and 36. RGB value is (165,133,54). Sum of RGB (Red+Green+Blue) = 165+133+54=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A58536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58536 is #5A7AC9. Grayscale: #858585. Windows color (decimal): -5929674 or 3573157. OLE color: 3573157.

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

Color convert

RGB16513354-
CMYK00.190.670.35
HSL42.7º50.68%42.94%-
HSV(B)42.7º67.27%64.71%-
XYZ24.5725.047.03-
YUV133.5683.1150.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=46.88%
G=37.78%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651335400.190.670.3542.750.6842.94
HexA5853601343232b332b
Octal2452056602310343536353
Binary10100101100001011101100100111000011100011101011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58536; }

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

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

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

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

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

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

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

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