#A39632

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

Shades of Reef Gold #A39632

Tints of Reef Gold #A39632

Color information

#A39632 (or 0xA39632) is unknown color: approx Reef Gold. HEX triplet: A3, 96 and 32. RGB value is (163,150,50). Sum of RGB (Red+Green+Blue) = 163+150+50=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A39632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39632 is #5C69CD. Grayscale: #8E8E8E. Windows color (decimal): -6056398 or 3315363. OLE color: 3315363.

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

Color convert

RGB16315050-
CMYK00.080.690.36
HSL53.1º53.05%41.76%-
HSV(B)53.1º69.33%63.92%-
XYZ26.5929.837.37-
YUV142.4975.81142.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=44.90%
G=41.32%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631505000.080.690.3653.153.0541.76
HexA3963208452435352a
Octal2432266201010544656552
Binary1010001110010110110010010001000101100100110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39632; }

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

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

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

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

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

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

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

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