Html Css Color HEX #AFADB1 Chatelle

📋 copy color: '#AFADB1'

red 175 ◦ green 173 ◦ blue 177

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

Shades of Chatelle #AFADB1

Tints of Chatelle #AFADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

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

R = 33.33%
G = 32.95%
B = 33.71%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AFADB1 (or 0xAFADB1) is known color: Chatelle. HEX triplet: AF, AD and B1. RGB value is (175,173,177). Sum of RGB (Red+Green+Blue) = 175+173+177=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADB1 is #50524E. Grayscale: #AEAEAE. Windows color (decimal): -5263951 or 11644335. OLE color: 11644335.

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

Color convert

RGB 175 173 177 -
CMYK 0.01 0.02 0 0.31
HSL 270º 0.03% 0.69% -
HSV(B) 270º 0.02% 0.69% -
XYZ 40.56 42.18 47.6 -
YUV 174.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 175 173 177 0.01 0.02 0 0.31 270 0.03 0.69
Hex AF AD B1 1 2 0 1F 10E 2 45
Octal 257 255 261 1 2 0 37 416 2 105
Binary 10101111 10101101 10110001 1 10 0 11111 100001110 10 1000101

Color Harmonies of #AFADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADB1

Black with #AFADB1

Text Example


Text Example

White with #AFADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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