#A39A32

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

Shades of Reef Gold #A39A32

Tints of Reef Gold #A39A32

Color information

#A39A32 (or 0xA39A32) is unknown color: approx Reef Gold. HEX triplet: A3, 9A and 32. RGB value is (163,154,50). Sum of RGB (Red+Green+Blue) = 163+154+50=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A32 is #5C65CD. Grayscale: #919191. Windows color (decimal): -6055374 or 3316387. OLE color: 3316387.

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

Color convert

RGB16315450-
CMYK00.060.690.36
HSL55.22º53.05%41.76%-
HSV(B)55.22º69.33%63.92%-
XYZ27.2431.137.59-
YUV144.8374.48140.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=44.41%
G=41.96%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631545000.060.690.3655.2253.0541.76
HexA39A3206452437352a
Octal243232620610544676552
Binary101000111001101011001001101000101100100110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A32; }

 p { color: rgb(163,154,50); }

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

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

 a { background-color: rgb(163,154,50); }

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

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

 span { border-color: rgb(163,154,50); }

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