Html Css Color HEX #ABA3AF Chatelle

📋 copy color: '#ABA3AF'

red 171 ◦ green 163 ◦ blue 175

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

Shades of Chatelle #ABA3AF

Tints of Chatelle #ABA3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

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

R = 33.6%
G = 32.02%
B = 34.38%

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

#ABA3AF (or 0xABA3AF) is known color: Chatelle. HEX triplet: AB, A3 and AF. RGB value is (171,163,175). Sum of RGB (Red+Green+Blue) = 171+163+175=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABA3AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3AF is #545C50. Grayscale: #A6A6A6. Windows color (decimal): -5528657 or 11510699. OLE color: 11510699.

HSL color Cylindrical-coordinate representation of color #ABA3AF: hue angle of 280º degrees, saturation: 0.07, 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 #ABA3AF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 163 175 -
CMYK 0.02 0.07 0 0.31
HSL 280º 0.07% 0.66% -
HSV(B) 280º 0.07% 0.69% -
XYZ 37.63 37.95 45.9 -
YUV 166.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 171 163 175 0.02 0.07 0 0.31 280 0.07 0.66
Hex AB A3 AF 2 7 0 1F 118 7 42
Octal 253 243 257 2 7 0 37 430 7 102
Binary 10101011 10100011 10101111 10 111 0 11111 100011000 111 1000010

Color Harmonies of #ABA3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3AF

Black with #ABA3AF

Text Example


Text Example

White with #ABA3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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