Html Css Color HEX #ABA5B2 Chatelle

📋 copy color: '#ABA5B2'

red 171 ◦ green 165 ◦ blue 178

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

Shades of Chatelle #ABA5B2

Tints of Chatelle #ABA5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 33.27%
G = 32.1%
B = 34.63%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABA5B2 (or 0xABA5B2) is known color: Chatelle. HEX triplet: AB, A5 and B2. RGB value is (171,165,178). Sum of RGB (Red+Green+Blue) = 171+165+178=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABA5B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5B2 is #545A4D. Grayscale: #A8A8A8. Windows color (decimal): -5528142 or 11707819. OLE color: 11707819.

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

Color convert

RGB 171 165 178 -
CMYK 0.04 0.07 0 0.30
HSL 267.69º 0.08% 0.67% -
HSV(B) 267.69º 0.07% 0.7% -
XYZ 38.29 38.78 47.59 -
YUV 168.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 171 165 178 0.04 0.07 0 0.30 267.69 0.08 0.67
Hex AB A5 B2 4 7 0 1E 10C 8 43
Octal 253 245 262 4 7 0 36 414 10 103
Binary 10101011 10100101 10110010 100 111 0 11110 100001100 1000 1000011

Color Harmonies of #ABA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5B2

Black with #ABA5B2

Text Example


Text Example

White with #ABA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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