Html Css Color HEX #ABA09A Del Rio

📋 copy color: '#ABA09A'

red 171 ◦ green 160 ◦ blue 154

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

Shades of Del Rio #ABA09A

Tints of Del Rio #ABA09A

RGB

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

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

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

R = 35.26%
G = 32.99%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#ABA09A (or 0xABA09A) is known color: Del Rio. HEX triplet: AB, A0 and 9A. RGB value is (171,160,154). Sum of RGB (Red+Green+Blue) = 171+160+154=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09A is #545F65. Grayscale: #A2A2A2. Windows color (decimal): -5529446 or 10133675. OLE color: 10133675.

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

Color convert

RGB 171 160 154 -
CMYK 0 0.06 0.10 0.33
HSL 21.18º 0.09% 0.64% -
HSV(B) 21.18º 0.1% 0.67% -
XYZ 35.2 36.13 35.69 -
YUV 162.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 171 160 154 0 0.06 0.10 0.33 21.18 0.09 0.64
Hex AB A0 9A 0 6 A 21 15 9 40
Octal 253 240 232 0 6 12 41 25 11 100
Binary 10101011 10100000 10011010 0 110 1010 100001 10101 1001 1000000

Color Harmonies of #ABA09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA09A

Black with #ABA09A

Text Example


Text Example

White with #ABA09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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