Html Css Color HEX #AFABB5 Chatelle

📋 copy color: '#AFABB5'

red 175 ◦ green 171 ◦ blue 181

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

Shades of Chatelle #AFABB5

Tints of Chatelle #AFABB5

RGB

 RED value IS 175 (68.75% from 255) = 33.21%

 GREEN value IS 171 (67.19% from 255) = 32.45%

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 33.21%
G = 32.45%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AFABB5 (or 0xAFABB5) is known color: Chatelle. HEX triplet: AF, AB and B5. RGB value is (175,171,181). Sum of RGB (Red+Green+Blue) = 175+171+181=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB5 is #50544A. Grayscale: #ADADAD. Windows color (decimal): -5264459 or 11905967. OLE color: 11905967.

HSL color Cylindrical-coordinate representation of color #AFABB5: hue angle of 264º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFABB5 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 171 181 -
CMYK 0.03 0.06 0 0.29
HSL 264º 0.06% 0.69% -
HSV(B) 264º 0.06% 0.71% -
XYZ 40.58 41.58 49.6 -
YUV 173.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 175 171 181 0.03 0.06 0 0.29 264 0.06 0.69
Hex AF AB B5 3 6 0 1D 108 6 45
Octal 257 253 265 3 6 0 35 410 6 105
Binary 10101111 10101011 10110101 11 110 0 11101 100001000 110 1000101

Color Harmonies of #AFABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABB5

Black with #AFABB5

Text Example


Text Example

White with #AFABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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