Html Css Color HEX #AB9A90 Del Rio

📋 copy color: '#AB9A90'

red 171 ◦ green 154 ◦ blue 144

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

Shades of Del Rio #AB9A90

Tints of Del Rio #AB9A90

RGB

 RED value IS 171 (67.19% from 255) = 36.46%

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

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

R = 36.46%
G = 32.84%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB9A90 (or 0xAB9A90) is known color: Del Rio. HEX triplet: AB, 9A and 90. RGB value is (171,154,144). Sum of RGB (Red+Green+Blue) = 171+154+144=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A90 is #54656F. Grayscale: #9E9E9E. Windows color (decimal): -5530992 or 9476779. OLE color: 9476779.

HSL color Cylindrical-coordinate representation of color #AB9A90: hue angle of 22.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9A90 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 144 -
CMYK 0 0.10 0.16 0.33
HSL 22.22º 0.14% 0.62% -
HSV(B) 22.22º 0.16% 0.67% -
XYZ 33.38 33.78 31.15 -
YUV 157.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 171 154 144 0 0.10 0.16 0.33 22.22 0.14 0.62
Hex AB 9A 90 0 A 10 21 16 E 3E
Octal 253 232 220 0 12 20 41 26 16 76
Binary 10101011 10011010 10010000 0 1010 10000 100001 10110 1110 111110

Color Harmonies of #AB9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A90

Black with #AB9A90

Text Example


Text Example

White with #AB9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A90; }

 p { color: rgb(171,154,144); }

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

background-color css

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

 a { background-color: rgb(171,154,144); }

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

border-color css

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

 span { border-color: rgb(171,154,144); }

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