#A59538

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

Shades of Reef Gold #A59538

Tints of Reef Gold #A59538

Color information

#A59538 (or 0xA59538) is unknown color: approx Reef Gold. HEX triplet: A5, 95 and 38. RGB value is (165,149,56). Sum of RGB (Red+Green+Blue) = 165+149+56=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A59538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59538 is #5A6AC7. Grayscale: #8F8F8F. Windows color (decimal): -5925576 or 3708325. OLE color: 3708325.

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

Color convert

RGB16514956-
CMYK00.100.660.35
HSL51.19º49.32%43.33%-
HSV(B)51.19º66.06%64.71%-
XYZ26.9829.788.07-
YUV143.1878.8143.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=44.59%
G=40.27%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651495600.100.660.3551.1949.3243.33
HexA595380A422333312b
Octal2452257001210243636153
Binary1010010110010101111000010101000010100011110011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59538; }

 p { color: rgb(165,149,56); }

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

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

 a { background-color: rgb(165,149,56); }

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

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

 span { border-color: rgb(165,149,56); }

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