Html Css Color HEX #AB9DAE Chatelle

📋 copy color: '#AB9DAE'

red 171 ◦ green 157 ◦ blue 174

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

Shades of Chatelle #AB9DAE

Tints of Chatelle #AB9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

 BLUE value IS 174 (68.36% from 255) = 34.66%

R = 34.06%
G = 31.27%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB9DAE (or 0xAB9DAE) is known color: Chatelle. HEX triplet: AB, 9D and AE. RGB value is (171,157,174). Sum of RGB (Red+Green+Blue) = 171+157+174=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DAE is #546251. Grayscale: #A3A3A3. Windows color (decimal): -5530194 or 11443627. OLE color: 11443627.

HSL color Cylindrical-coordinate representation of color #AB9DAE: hue angle of 289.41º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9DAE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 157 174 -
CMYK 0.02 0.10 0 0.32
HSL 289.41º 0.09% 0.65% -
HSV(B) 289.41º 0.1% 0.68% -
XYZ 36.49 35.83 45.04 -
YUV 163.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 171 157 174 0.02 0.10 0 0.32 289.41 0.09 0.65
Hex AB 9D AE 2 A 0 20 121 9 41
Octal 253 235 256 2 12 0 40 441 11 101
Binary 10101011 10011101 10101110 10 1010 0 100000 100100001 1001 1000001

Color Harmonies of #AB9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DAE

Black with #AB9DAE

Text Example


Text Example

White with #AB9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DAE; }

 p { color: rgb(171,157,174); }

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

background-color css

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

 a { background-color: rgb(171,157,174); }

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

border-color css

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

 span { border-color: rgb(171,157,174); }

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