Html Css Color HEX #A59A96 Del Rio

📋 copy color: '#A59A96'

red 165 ◦ green 154 ◦ blue 150

#A59A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #A59A96

Tints of Del Rio #A59A96

RGB

 RED value IS 165 (64.84% from 255) = 35.18%

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 35.18%
G = 32.84%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A59A96 (or 0xA59A96) is known color: Del Rio. HEX triplet: A5, 9A and 96. RGB value is (165,154,150). Sum of RGB (Red+Green+Blue) = 165+154+150=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A96 is #5A6569. Grayscale: #9C9C9C. Windows color (decimal): -5924202 or 9869989. OLE color: 9869989.

HSL color Cylindrical-coordinate representation of color #A59A96: hue angle of 16º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59A96 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 150 -
CMYK 0 0.07 0.09 0.35
HSL 16º 0.08% 0.62% -
HSV(B) 16º 0.09% 0.65% -
XYZ 32.58 33.31 33.57 -
YUV 156.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 165 154 150 0 0.07 0.09 0.35 16 0.08 0.62
Hex A5 9A 96 0 7 9 23 10 8 3E
Octal 245 232 226 0 7 11 43 20 10 76
Binary 10100101 10011010 10010110 0 111 1001 100011 10000 1000 111110

Color Harmonies of #A59A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A96

Black with #A59A96

Text Example


Text Example

White with #A59A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A96; }

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

 H1.HeaderClassName
 {
   color: #A59A96;
 }
 .AnyTagClassName
 {
   color: #A59A96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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