Html Css Color HEX #A59D9A Del Rio

📋 copy color: '#A59D9A'

red 165 ◦ green 157 ◦ blue 154

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

Shades of Del Rio #A59D9A

Tints of Del Rio #A59D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 34.66%
G = 32.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A59D9A (or 0xA59D9A) is known color: Del Rio. HEX triplet: A5, 9D and 9A. RGB value is (165,157,154). Sum of RGB (Red+Green+Blue) = 165+157+154=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D9A is #5A6265. Grayscale: #9F9F9F. Windows color (decimal): -5923430 or 10132901. OLE color: 10132901.

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

Color convert

RGB 165 157 154 -
CMYK 0 0.05 0.07 0.35
HSL 16.36º 0.06% 0.63% -
HSV(B) 16.36º 0.07% 0.65% -
XYZ 33.41 34.45 35.46 -
YUV 159.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 165 157 154 0 0.05 0.07 0.35 16.36 0.06 0.63
Hex A5 9D 9A 0 5 7 23 10 6 3F
Octal 245 235 232 0 5 7 43 20 6 77
Binary 10100101 10011101 10011010 0 101 111 100011 10000 110 111111

Color Harmonies of #A59D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D9A

Black with #A59D9A

Text Example


Text Example

White with #A59D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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