#A58939

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

Shades of Reef Gold #A58939

Tints of Reef Gold #A58939

Color information

#A58939 (or 0xA58939) is unknown color: approx Reef Gold. HEX triplet: A5, 89 and 39. RGB value is (165,137,57). Sum of RGB (Red+Green+Blue) = 165+137+57=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A58939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58939 is #5A76C6. Grayscale: #888888. Windows color (decimal): -5928647 or 3770789. OLE color: 3770789.

HSL color Cylindrical-coordinate representation of color #A58939: hue angle of 44.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A58939 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16513757-
CMYK00.170.650.35
HSL44.44º48.65%43.53%-
HSV(B)44.44º65.45%64.71%-
XYZ25.226.197.6-
YUV136.2583.28148.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=45.96%
G=38.16%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651375700.170.650.3544.4448.6543.53
HexA5893901141232c312c
Octal2452117102110143546154
Binary10100101100010011110010100011000001100011101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58939; }

 p { color: rgb(165,137,57); }

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

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

 a { background-color: rgb(165,137,57); }

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

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

 span { border-color: rgb(165,137,57); }

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