Html Css Color HEX #ABA099 Del Rio

📋 copy color: '#ABA099'

red 171 ◦ green 160 ◦ blue 153

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

Shades of Del Rio #ABA099

Tints of Del Rio #ABA099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 35.33%
G = 33.06%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA099 (or 0xABA099) is known color: Del Rio. HEX triplet: AB, A0 and 99. RGB value is (171,160,153). Sum of RGB (Red+Green+Blue) = 171+160+153=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA099 is #545F66. Grayscale: #A2A2A2. Windows color (decimal): -5529447 or 10068139. OLE color: 10068139.

HSL color Cylindrical-coordinate representation of color #ABA099: hue angle of 23.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA099 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 153 -
CMYK 0 0.06 0.11 0.33
HSL 23.33º 0.1% 0.64% -
HSV(B) 23.33º 0.11% 0.67% -
XYZ 35.12 36.1 35.25 -
YUV 162.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 171 160 153 0 0.06 0.11 0.33 23.33 0.1 0.64
Hex AB A0 99 0 6 B 21 17 A 40
Octal 253 240 231 0 6 13 41 27 12 100
Binary 10101011 10100000 10011001 0 110 1011 100001 10111 1010 1000000

Color Harmonies of #ABA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA099

Black with #ABA099

Text Example


Text Example

White with #ABA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA099; }

 p { color: rgb(171,160,153); }

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

background-color css

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

 a { background-color: rgb(171,160,153); }

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

border-color css

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

 span { border-color: rgb(171,160,153); }

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