Html Css Color HEX #AFACB3 Chatelle

📋 copy color: '#AFACB3'

red 175 ◦ green 172 ◦ blue 179

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

Shades of Chatelle #AFACB3

Tints of Chatelle #AFACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

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

R = 33.27%
G = 32.7%
B = 34.03%

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

#AFACB3 (or 0xAFACB3) is known color: Chatelle. HEX triplet: AF, AC and B3. RGB value is (175,172,179). Sum of RGB (Red+Green+Blue) = 175+172+179=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB3 is #50534C. Grayscale: #ADADAD. Windows color (decimal): -5264205 or 11775151. OLE color: 11775151.

HSL color Cylindrical-coordinate representation of color #AFACB3: hue angle of 265.71º degrees, saturation: 0.04, 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 #AFACB3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 172 179 -
CMYK 0.02 0.04 0 0.30
HSL 265.71º 0.04% 0.69% -
HSV(B) 265.71º 0.04% 0.7% -
XYZ 40.57 41.87 48.59 -
YUV 173.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 175 172 179 0.02 0.04 0 0.30 265.71 0.04 0.69
Hex AF AC B3 2 4 0 1E 10A 4 45
Octal 257 254 263 2 4 0 36 412 4 105
Binary 10101111 10101100 10110011 10 100 0 11110 100001010 100 1000101

Color Harmonies of #AFACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACB3

Black with #AFACB3

Text Example


Text Example

White with #AFACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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