Html Css Color HEX #ABA1AD Chatelle

📋 copy color: '#ABA1AD'

red 171 ◦ green 161 ◦ blue 173

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

Shades of Chatelle #ABA1AD

Tints of Chatelle #ABA1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 33.86%
G = 31.88%
B = 34.26%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ABA1AD (or 0xABA1AD) is known color: Chatelle. HEX triplet: AB, A1 and AD. RGB value is (171,161,173). Sum of RGB (Red+Green+Blue) = 171+161+173=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1AD is #545E52. Grayscale: #A5A5A5. Windows color (decimal): -5529171 or 11379115. OLE color: 11379115.

HSL color Cylindrical-coordinate representation of color #ABA1AD: hue angle of 290º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABA1AD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 161 173 -
CMYK 0.01 0.07 0 0.32
HSL 290º 0.07% 0.65% -
HSV(B) 290º 0.07% 0.68% -
XYZ 37.08 37.16 44.75 -
YUV 165.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 171 161 173 0.01 0.07 0 0.32 290 0.07 0.65
Hex AB A1 AD 1 7 0 20 122 7 41
Octal 253 241 255 1 7 0 40 442 7 101
Binary 10101011 10100001 10101101 1 111 0 100000 100100010 111 1000001

Color Harmonies of #ABA1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1AD

Black with #ABA1AD

Text Example


Text Example

White with #ABA1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1AD; }

 p { color: rgb(171,161,173); }

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

background-color css

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

 a { background-color: rgb(171,161,173); }

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

border-color css

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

 span { border-color: rgb(171,161,173); }

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