#A59133

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

Shades of Reef Gold #A59133

Tints of Reef Gold #A59133

Color information

#A59133 (or 0xA59133) is unknown color: approx Reef Gold. HEX triplet: A5, 91 and 33. RGB value is (165,145,51). Sum of RGB (Red+Green+Blue) = 165+145+51=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A59133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59133 is #5A6ECC. Grayscale: #8C8C8C. Windows color (decimal): -5926605 or 3379621. OLE color: 3379621.

HSL color Cylindrical-coordinate representation of color #A59133: hue angle of 49.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A59133 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16514551-
CMYK00.120.690.35
HSL49.47º52.78%42.35%-
HSV(B)49.47º69.09%64.71%-
XYZ26.2428.497.25-
YUV140.2677.63145.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=45.71%
G=40.17%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651455100.120.690.3549.4752.7842.35
HexA591330C452331352a
Octal2452216301410543616552
Binary1010010110010001110011011001000101100011110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59133; }

 p { color: rgb(165,145,51); }

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

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

 a { background-color: rgb(165,145,51); }

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

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

 span { border-color: rgb(165,145,51); }

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