Html Css Color HEX #AFACB2 Chatelle

📋 copy color: '#AFACB2'

red 175 ◦ green 172 ◦ blue 178

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

Shades of Chatelle #AFACB2

Tints of Chatelle #AFACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 33.33%
G = 32.76%
B = 33.9%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AFACB2 (or 0xAFACB2) is known color: Chatelle. HEX triplet: AF, AC and B2. RGB value is (175,172,178). Sum of RGB (Red+Green+Blue) = 175+172+178=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACB2 is #50534D. Grayscale: #ADADAD. Windows color (decimal): -5264206 or 11709615. OLE color: 11709615.

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

Color convert

RGB 175 172 178 -
CMYK 0.02 0.03 0 0.30
HSL 270º 0.04% 0.69% -
HSV(B) 270º 0.03% 0.7% -
XYZ 40.47 41.83 48.06 -
YUV 173.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 175 172 178 0.02 0.03 0 0.30 270 0.04 0.69
Hex AF AC B2 2 3 0 1E 10E 4 45
Octal 257 254 262 2 3 0 36 416 4 105
Binary 10101111 10101100 10110010 10 11 0 11110 100001110 100 1000101

Color Harmonies of #AFACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACB2

Black with #AFACB2

Text Example


Text Example

White with #AFACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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