Html Css Color HEX #AFABB3 Chatelle

📋 copy color: '#AFABB3'

red 175 ◦ green 171 ◦ blue 179

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

Shades of Chatelle #AFABB3

Tints of Chatelle #AFABB3

RGB

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

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

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

R = 33.33%
G = 32.57%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AFABB3 (or 0xAFABB3) is known color: Chatelle. HEX triplet: AF, AB and B3. RGB value is (175,171,179). Sum of RGB (Red+Green+Blue) = 175+171+179=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB3 is #50544C. Grayscale: #ADADAD. Windows color (decimal): -5264461 or 11774895. OLE color: 11774895.

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

Color convert

RGB 175 171 179 -
CMYK 0.02 0.04 0 0.30
HSL 270º 0.05% 0.69% -
HSV(B) 270º 0.04% 0.7% -
XYZ 40.38 41.49 48.53 -
YUV 173.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 175 171 179 0.02 0.04 0 0.30 270 0.05 0.69
Hex AF AB B3 2 4 0 1E 10E 5 45
Octal 257 253 263 2 4 0 36 416 5 105
Binary 10101111 10101011 10110011 10 100 0 11110 100001110 101 1000101

Color Harmonies of #AFABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABB3

Black with #AFABB3

Text Example


Text Example

White with #AFABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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