Html Css Color HEX #ABA6AF Chatelle

📋 copy color: '#ABA6AF'

red 171 ◦ green 166 ◦ blue 175

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

Shades of Chatelle #ABA6AF

Tints of Chatelle #ABA6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

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

R = 33.4%
G = 32.42%
B = 34.18%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ABA6AF (or 0xABA6AF) is known color: Chatelle. HEX triplet: AB, A6 and AF. RGB value is (171,166,175). Sum of RGB (Red+Green+Blue) = 171+166+175=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6AF is #545950. Grayscale: #A8A8A8. Windows color (decimal): -5527889 or 11511467. OLE color: 11511467.

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

Color convert

RGB 171 166 175 -
CMYK 0.02 0.05 0 0.31
HSL 273.33º 0.05% 0.67% -
HSV(B) 273.33º 0.05% 0.69% -
XYZ 38.17 39.03 46.08 -
YUV 168.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 171 166 175 0.02 0.05 0 0.31 273.33 0.05 0.67
Hex AB A6 AF 2 5 0 1F 111 5 43
Octal 253 246 257 2 5 0 37 421 5 103
Binary 10101011 10100110 10101111 10 101 0 11111 100010001 101 1000011

Color Harmonies of #ABA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6AF

Black with #ABA6AF

Text Example


Text Example

White with #ABA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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