Html Css Color HEX #A59690 Del Rio

📋 copy color: '#A59690'

red 165 ◦ green 150 ◦ blue 144

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

Shades of Del Rio #A59690

Tints of Del Rio #A59690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 35.95%
G = 32.68%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A59690 (or 0xA59690) is known color: Del Rio. HEX triplet: A5, 96 and 90. RGB value is (165,150,144). Sum of RGB (Red+Green+Blue) = 165+150+144=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59690 is #5A696F. Grayscale: #999999. Windows color (decimal): -5925232 or 9475749. OLE color: 9475749.

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

Color convert

RGB 165 150 144 -
CMYK 0 0.09 0.13 0.35
HSL 17.14º 0.1% 0.61% -
HSV(B) 17.14º 0.13% 0.65% -
XYZ 31.46 31.83 30.87 -
YUV 153.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 165 150 144 0 0.09 0.13 0.35 17.14 0.1 0.61
Hex A5 96 90 0 9 D 23 11 A 3D
Octal 245 226 220 0 11 15 43 21 12 75
Binary 10100101 10010110 10010000 0 1001 1101 100011 10001 1010 111101

Color Harmonies of #A59690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59690

Black with #A59690

Text Example


Text Example

White with #A59690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59690; }

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

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

background-color css

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

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

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

border-color css

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

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

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