Html Css Color HEX #AFBABF Heather

📋 copy color: '#AFBABF'

red 175 ◦ green 186 ◦ blue 191

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

Shades of Heather #AFBABF

Tints of Heather #AFBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 31.7%
G = 33.7%
B = 34.6%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBABF (or 0xAFBABF) is known color: Heather. HEX triplet: AF, BA and BF. RGB value is (175,186,191). Sum of RGB (Red+Green+Blue) = 175+186+191=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABF is #504540. Grayscale: #B7B7B7. Windows color (decimal): -5260609 or 12565167. OLE color: 12565167.

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

Color convert

RGB 175 186 191 -
CMYK 0.08 0.03 0 0.25
HSL 198.75º 0.11% 0.72% -
HSV(B) 198.75º 0.08% 0.75% -
XYZ 44.64 47.99 56.2 -
YUV 183.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 175 186 191 0.08 0.03 0 0.25 198.75 0.11 0.72
Hex AF BA BF 8 3 0 19 C7 B 48
Octal 257 272 277 10 3 0 31 307 13 110
Binary 10101111 10111010 10111111 1000 11 0 11001 11000111 1011 1001000

Color Harmonies of #AFBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBABF

Black with #AFBABF

Text Example


Text Example

White with #AFBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBABF; }

 p { color: rgb(175,186,191); }

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

background-color css

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

 a { background-color: rgb(175,186,191); }

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

border-color css

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

 span { border-color: rgb(175,186,191); }

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