Html Css Color HEX #ABA3B3 Chatelle

📋 copy color: '#ABA3B3'

red 171 ◦ green 163 ◦ blue 179

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

Shades of Chatelle #ABA3B3

Tints of Chatelle #ABA3B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 33.33%
G = 31.77%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABA3B3 (or 0xABA3B3) is known color: Chatelle. HEX triplet: AB, A3 and B3. RGB value is (171,163,179). Sum of RGB (Red+Green+Blue) = 171+163+179=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3B3 is #545C4C. Grayscale: #A7A7A7. Windows color (decimal): -5528653 or 11772843. OLE color: 11772843.

HSL color Cylindrical-coordinate representation of color #ABA3B3: hue angle of 270º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA3B3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 163 179 -
CMYK 0.04 0.09 0 0.30
HSL 270º 0.1% 0.67% -
HSV(B) 270º 0.09% 0.7% -
XYZ 38.03 38.11 48 -
YUV 167.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 171 163 179 0.04 0.09 0 0.30 270 0.1 0.67
Hex AB A3 B3 4 9 0 1E 10E A 43
Octal 253 243 263 4 11 0 36 416 12 103
Binary 10101011 10100011 10110011 100 1001 0 11110 100001110 1010 1000011

Color Harmonies of #ABA3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3B3

Black with #ABA3B3

Text Example


Text Example

White with #ABA3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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