Html Css Color HEX #AB9F9A Del Rio

📋 copy color: '#AB9F9A'

red 171 ◦ green 159 ◦ blue 154

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

Shades of Del Rio #AB9F9A

Tints of Del Rio #AB9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.85%

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

R = 35.33%
G = 32.85%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB9F9A (or 0xAB9F9A) is known color: Del Rio. HEX triplet: AB, 9F and 9A. RGB value is (171,159,154). Sum of RGB (Red+Green+Blue) = 171+159+154=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9A is #546065. Grayscale: #A2A2A2. Windows color (decimal): -5529702 or 10133419. OLE color: 10133419.

HSL color Cylindrical-coordinate representation of color #AB9F9A: hue angle of 17.65º 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 #AB9F9A is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 154 -
CMYK 0 0.07 0.10 0.33
HSL 17.65º 0.09% 0.64% -
HSV(B) 17.65º 0.1% 0.67% -
XYZ 35.03 35.79 35.63 -
YUV 162.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 171 159 154 0 0.07 0.10 0.33 17.65 0.09 0.64
Hex AB 9F 9A 0 7 A 21 12 9 40
Octal 253 237 232 0 7 12 41 22 11 100
Binary 10101011 10011111 10011010 0 111 1010 100001 10010 1001 1000000

Color Harmonies of #AB9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F9A

Black with #AB9F9A

Text Example


Text Example

White with #AB9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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