Html Css Color HEX #AB9D93 Del Rio

📋 copy color: '#AB9D93'

red 171 ◦ green 157 ◦ blue 147

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

Shades of Del Rio #AB9D93

Tints of Del Rio #AB9D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 36%
G = 33.05%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AB9D93 (or 0xAB9D93) is known color: Del Rio. HEX triplet: AB, 9D and 93. RGB value is (171,157,147). Sum of RGB (Red+Green+Blue) = 171+157+147=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D93 is #54626C. Grayscale: #A0A0A0. Windows color (decimal): -5530221 or 9674155. OLE color: 9674155.

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

Color convert

RGB 171 157 147 -
CMYK 0 0.08 0.14 0.33
HSL 25º 0.13% 0.62% -
HSV(B) 25º 0.14% 0.67% -
XYZ 34.12 34.88 32.54 -
YUV 160.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 171 157 147 0 0.08 0.14 0.33 25 0.13 0.62
Hex AB 9D 93 0 8 E 21 19 C 3E
Octal 253 235 223 0 10 16 41 31 14 76
Binary 10101011 10011101 10010011 0 1000 1110 100001 11001 1100 111110

Color Harmonies of #AB9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D93

Black with #AB9D93

Text Example


Text Example

White with #AB9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D93; }

 p { color: rgb(171,157,147); }

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

background-color css

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

 a { background-color: rgb(171,157,147); }

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

border-color css

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

 span { border-color: rgb(171,157,147); }

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