Html Css Color HEX #AFBFBF Jungle Mist

📋 copy color: '#AFBFBF'

red 175 ◦ green 191 ◦ blue 191

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

Shades of Jungle Mist #AFBFBF

Tints of Jungle Mist #AFBFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

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

R = 31.42%
G = 34.29%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBFBF (or 0xAFBFBF) is known color: Jungle Mist. HEX triplet: AF, BF and BF. RGB value is (175,191,191). Sum of RGB (Red+Green+Blue) = 175+191+191=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #AFBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBF is #504040. Grayscale: #BABABA. Windows color (decimal): -5259329 or 12566447. OLE color: 12566447.

HSL color Cylindrical-coordinate representation of color #AFBFBF: hue angle of 180º 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 #AFBFBF is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 191 -
CMYK 0.08 0 0 0.25
HSL 180º 0.11% 0.72% -
HSV(B) 180º 0.08% 0.75% -
XYZ 45.71 50.14 56.56 -
YUV 186.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 175 191 191 0.08 0 0 0.25 180 0.11 0.72
Hex AF BF BF 8 0 0 19 B4 B 48
Octal 257 277 277 10 0 0 31 264 13 110
Binary 10101111 10111111 10111111 1000 0 0 11001 10110100 1011 1001000

Color Harmonies of #AFBFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFBF

Black with #AFBFBF

Text Example


Text Example

White with #AFBFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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