Html Css Color HEX #ABA2AF Chatelle

📋 copy color: '#ABA2AF'

red 171 ◦ green 162 ◦ blue 175

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

Shades of Chatelle #ABA2AF

Tints of Chatelle #ABA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.89%

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 33.66%
G = 31.89%
B = 34.45%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABA2AF (or 0xABA2AF) is known color: Chatelle. HEX triplet: AB, A2 and AF. RGB value is (171,162,175). Sum of RGB (Red+Green+Blue) = 171+162+175=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2AF is #545D50. Grayscale: #A6A6A6. Windows color (decimal): -5528913 or 11510443. OLE color: 11510443.

HSL color Cylindrical-coordinate representation of color #ABA2AF: hue angle of 281.54º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABA2AF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 162 175 -
CMYK 0.02 0.07 0 0.31
HSL 281.54º 0.08% 0.66% -
HSV(B) 281.54º 0.07% 0.69% -
XYZ 37.45 37.59 45.84 -
YUV 166.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 171 162 175 0.02 0.07 0 0.31 281.54 0.08 0.66
Hex AB A2 AF 2 7 0 1F 11A 8 42
Octal 253 242 257 2 7 0 37 432 10 102
Binary 10101011 10100010 10101111 10 111 0 11111 100011010 1000 1000010

Color Harmonies of #ABA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2AF

Black with #ABA2AF

Text Example


Text Example

White with #ABA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2AF; }

 p { color: rgb(171,162,175); }

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

background-color css

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

 a { background-color: rgb(171,162,175); }

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

border-color css

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

 span { border-color: rgb(171,162,175); }

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