#A59433

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

Shades of Reef Gold #A59433

Tints of Reef Gold #A59433

Color information

#A59433 (or 0xA59433) is unknown color: approx Reef Gold. HEX triplet: A5, 94 and 33. RGB value is (165,148,51). Sum of RGB (Red+Green+Blue) = 165+148+51=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A59433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59433 is #5A6BCC. Grayscale: #8E8E8E. Windows color (decimal): -5925837 or 3380389. OLE color: 3380389.

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

Color convert

RGB16514851-
CMYK00.100.690.35
HSL51.05º52.78%42.35%-
HSV(B)51.05º69.09%64.71%-
XYZ26.729.427.4-
YUV142.0276.63144.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=45.33%
G=40.66%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651485100.100.690.3551.0552.7842.35
HexA594330A452333352a
Octal2452246301210543636552
Binary1010010110010100110011010101000101100011110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59433; }

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

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

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

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

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

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

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

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