#A39995

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

Shades of Del Rio #A39995

Tints of Del Rio #A39995

Color information

#A39995 (or 0xA39995) is unknown color: approx Del Rio. HEX triplet: A3, 99 and 95. RGB value is (163,153,149). Sum of RGB (Red+Green+Blue) = 163+153+149=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A39995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39995 is #5C666A. Grayscale: #9B9B9B. Windows color (decimal): -6055531 or 9804195. OLE color: 9804195.

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

Color convert

RGB163153149-
CMYK00.060.090.36
HSL17.14º7.07%61.18%-
HSV(B)17.14º8.59%63.92%-
XYZ31.9232.7433.07-
YUV155.53124.31133.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=35.05%
G=32.90%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315314900.060.090.3617.147.0761.18
HexA39995069241173d
Octal24323122506114421775
Binary1010001110011001100101010110100110010010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39995; }

 p { color: rgb(163,153,149); }

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

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

 a { background-color: rgb(163,153,149); }

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

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

 span { border-color: rgb(163,153,149); }

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