Html Css Color HEX #AFADB0 Chatelle

📋 copy color: '#AFADB0'

red 175 ◦ green 173 ◦ blue 176

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

Shades of Chatelle #AFADB0

Tints of Chatelle #AFADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 33.4%
G = 33.02%
B = 33.59%

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

#AFADB0 (or 0xAFADB0) is known color: Chatelle. HEX triplet: AF, AD and B0. RGB value is (175,173,176). Sum of RGB (Red+Green+Blue) = 175+173+176=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADB0 is #50524F. Grayscale: #ADADAD. Windows color (decimal): -5263952 or 11578799. OLE color: 11578799.

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

Color convert

RGB 175 173 176 -
CMYK 0.01 0.02 0 0.31
HSL 280º 0.02% 0.68% -
HSV(B) 280º 0.02% 0.69% -
XYZ 40.46 42.14 47.07 -
YUV 173.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 175 173 176 0.01 0.02 0 0.31 280 0.02 0.68
Hex AF AD B0 1 2 0 1F 118 2 44
Octal 257 255 260 1 2 0 37 430 2 104
Binary 10101111 10101101 10110000 1 10 0 11111 100011000 10 1000100

Color Harmonies of #AFADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADB0

Black with #AFADB0

Text Example


Text Example

White with #AFADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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