#A58831

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

Shades of Reef Gold #A58831

Tints of Reef Gold #A58831

Color information

#A58831 (or 0xA58831) is unknown color: approx Reef Gold. HEX triplet: A5, 88 and 31. RGB value is (165,136,49). Sum of RGB (Red+Green+Blue) = 165+136+49=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58831 is #5A77CE. Grayscale: #878787. Windows color (decimal): -5928911 or 3246245. OLE color: 3246245.

HSL color Cylindrical-coordinate representation of color #A58831: hue angle of 45º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A58831 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16513649-
CMYK00.180.700.35
HSL45º54.21%41.96%-
HSV(B)45º70.3%64.71%-
XYZ24.8825.836.58-
YUV134.7579.61149.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 49 (19.53% from 255) = 14%
R=47.14%
G=38.86%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651364900.180.700.354554.2141.96
HexA5883101246232d362a
Octal2452106102210643556652
Binary10100101100010001100010100101000110100011101101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58831; }

 p { color: rgb(165,136,49); }

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

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

 a { background-color: rgb(165,136,49); }

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

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

 span { border-color: rgb(165,136,49); }

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