Html Css Color HEX #ABA5B3 Chatelle

📋 copy color: '#ABA5B3'

red 171 ◦ green 165 ◦ blue 179

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

Shades of Chatelle #ABA5B3

Tints of Chatelle #ABA5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

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

R = 33.2%
G = 32.04%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABA5B3 (or 0xABA5B3) is known color: Chatelle. HEX triplet: AB, A5 and B3. RGB value is (171,165,179). Sum of RGB (Red+Green+Blue) = 171+165+179=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5B3 is #545A4C. Grayscale: #A8A8A8. Windows color (decimal): -5528141 or 11773355. OLE color: 11773355.

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

Color convert

RGB 171 165 179 -
CMYK 0.04 0.08 0 0.30
HSL 265.71º 0.08% 0.67% -
HSV(B) 265.71º 0.08% 0.7% -
XYZ 38.39 38.82 48.12 -
YUV 168.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 171 165 179 0.04 0.08 0 0.30 265.71 0.08 0.67
Hex AB A5 B3 4 8 0 1E 10A 8 43
Octal 253 245 263 4 10 0 36 412 10 103
Binary 10101011 10100101 10110011 100 1000 0 11110 100001010 1000 1000011

Color Harmonies of #ABA5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5B3

Black with #ABA5B3

Text Example


Text Example

White with #ABA5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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