Html Css Color HEX #AFAAB3 Chatelle

📋 copy color: '#AFAAB3'

red 175 ◦ green 170 ◦ blue 179

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

Shades of Chatelle #AFAAB3

Tints of Chatelle #AFAAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.44%

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 33.4%
G = 32.44%
B = 34.16%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AFAAB3 (or 0xAFAAB3) is known color: Chatelle. HEX triplet: AF, AA and B3. RGB value is (175,170,179). Sum of RGB (Red+Green+Blue) = 175+170+179=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFAAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAB3 is #50554C. Grayscale: #ACACAC. Windows color (decimal): -5264717 or 11774639. OLE color: 11774639.

HSL color Cylindrical-coordinate representation of color #AFAAB3: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFAAB3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 170 179 -
CMYK 0.02 0.05 0 0.30
HSL 273.33º 0.06% 0.68% -
HSV(B) 273.33º 0.05% 0.7% -
XYZ 40.19 41.12 48.47 -
YUV 172.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 175 170 179 0.02 0.05 0 0.30 273.33 0.06 0.68
Hex AF AA B3 2 5 0 1E 111 6 44
Octal 257 252 263 2 5 0 36 421 6 104
Binary 10101111 10101010 10110011 10 101 0 11110 100010001 110 1000100

Color Harmonies of #AFAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAB3

Black with #AFAAB3

Text Example


Text Example

White with #AFAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAB3; }

 p { color: rgb(175,170,179); }

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

background-color css

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

 a { background-color: rgb(175,170,179); }

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

border-color css

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

 span { border-color: rgb(175,170,179); }

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