Html Css Color HEX #AFB9C0 Heather

📋 copy color: '#AFB9C0'

red 175 ◦ green 185 ◦ blue 192

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

Shades of Heather #AFB9C0

Tints of Heather #AFB9C0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.51%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 31.7%
G = 33.51%
B = 34.78%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB9C0 (or 0xAFB9C0) is known color: Heather. HEX triplet: AF, B9 and C0. RGB value is (175,185,192). Sum of RGB (Red+Green+Blue) = 175+185+192=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C0 is #50463F. Grayscale: #B6B6B6. Windows color (decimal): -5260864 or 12630447. OLE color: 12630447.

HSL color Cylindrical-coordinate representation of color #AFB9C0: hue angle of 204.71º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB9C0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 185 192 -
CMYK 0.09 0.04 0 0.25
HSL 204.71º 0.12% 0.72% -
HSV(B) 204.71º 0.09% 0.75% -
XYZ 44.54 47.62 56.71 -
YUV 182.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 175 185 192 0.09 0.04 0 0.25 204.71 0.12 0.72
Hex AF B9 C0 9 4 0 19 CD C 48
Octal 257 271 300 11 4 0 31 315 14 110
Binary 10101111 10111001 11000000 1001 100 0 11001 11001101 1100 1001000

Color Harmonies of #AFB9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9C0

Black with #AFB9C0

Text Example


Text Example

White with #AFB9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9C0; }

 p { color: rgb(175,185,192); }

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

background-color css

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

 a { background-color: rgb(175,185,192); }

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

border-color css

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

 span { border-color: rgb(175,185,192); }

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