Html Css Color HEX #AFABB1 Chatelle

📋 copy color: '#AFABB1'

red 175 ◦ green 171 ◦ blue 177

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

Shades of Chatelle #AFABB1

Tints of Chatelle #AFABB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 33.46%
G = 32.7%
B = 33.84%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFABB1 (or 0xAFABB1) is known color: Chatelle. HEX triplet: AF, AB and B1. RGB value is (175,171,177). Sum of RGB (Red+Green+Blue) = 175+171+177=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABB1 is #50544E. Grayscale: #ACACAC. Windows color (decimal): -5264463 or 11643823. OLE color: 11643823.

HSL color Cylindrical-coordinate representation of color #AFABB1: hue angle of 280º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFABB1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 177 -
CMYK 0.01 0.03 0 0.31
HSL 280º 0.04% 0.68% -
HSV(B) 280º 0.03% 0.69% -
XYZ 40.18 41.41 47.47 -
YUV 172.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 175 171 177 0.01 0.03 0 0.31 280 0.04 0.68
Hex AF AB B1 1 3 0 1F 118 4 44
Octal 257 253 261 1 3 0 37 430 4 104
Binary 10101111 10101011 10110001 1 11 0 11111 100011000 100 1000100

Color Harmonies of #AFABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABB1

Black with #AFABB1

Text Example


Text Example

White with #AFABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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