Html Css Color HEX #ABA8AC Chatelle

📋 copy color: '#ABA8AC'

red 171 ◦ green 168 ◦ blue 172

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

Shades of Chatelle #ABA8AC

Tints of Chatelle #ABA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.88%

 BLUE value IS 172 (67.58% from 255) = 33.66%

R = 33.46%
G = 32.88%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#ABA8AC (or 0xABA8AC) is known color: Chatelle. HEX triplet: AB, A8 and AC. RGB value is (171,168,172). Sum of RGB (Red+Green+Blue) = 171+168+172=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AC is #545753. Grayscale: #A9A9A9. Windows color (decimal): -5527380 or 11315371. OLE color: 11315371.

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

Color convert

RGB 171 168 172 -
CMYK 0.01 0.02 0 0.33
HSL 285º 0.02% 0.67% -
HSV(B) 285º 0.02% 0.67% -
XYZ 38.24 39.64 44.67 -
YUV 169.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 171 168 172 0.01 0.02 0 0.33 285 0.02 0.67
Hex AB A8 AC 1 2 0 21 11D 2 43
Octal 253 250 254 1 2 0 41 435 2 103
Binary 10101011 10101000 10101100 1 10 0 100001 100011101 10 1000011

Color Harmonies of #ABA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8AC

Black with #ABA8AC

Text Example


Text Example

White with #ABA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8AC; }

 p { color: rgb(171,168,172); }

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

background-color css

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

 a { background-color: rgb(171,168,172); }

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

border-color css

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

 span { border-color: rgb(171,168,172); }

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