#A39A96

Color #A39A96 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #A39A96

Tints of Del Rio #A39A96

Color information

#A39A96 (or 0xA39A96) is unknown color: approx Del Rio. HEX triplet: A3, 9A and 96. RGB value is (163,154,150). Sum of RGB (Red+Green+Blue) = 163+154+150=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A96 is #5C6569. Grayscale: #9C9C9C. Windows color (decimal): -6055274 or 9869987. OLE color: 9869987.

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

Color convert

RGB163154150-
CMYK00.060.080.36
HSL18.46º6.6%61.37%-
HSV(B)18.46º7.98%63.92%-
XYZ32.1633.133.55-
YUV156.23124.48132.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=34.90%
G=32.98%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315415000.060.080.3618.466.661.37
HexA39A96068241273d
Octal24323222606104422775
Binary1010001110011010100101100110100010010010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A96; }

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

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

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

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

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

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

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

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