Html Css Color HEX #AFBABA Jungle Mist

📋 copy color: '#AFBABA'

red 175 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #AFBABA

Tints of Jungle Mist #AFBABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 31.99%
G = 34%
B = 34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFBABA (or 0xAFBABA) is known color: Jungle Mist. HEX triplet: AF, BA and BA. RGB value is (175,186,186). Sum of RGB (Red+Green+Blue) = 175+186+186=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #AFBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABA is #504545. Grayscale: #B6B6B6. Windows color (decimal): -5260614 or 12237487. OLE color: 12237487.

HSL color Cylindrical-coordinate representation of color #AFBABA: hue angle of 180º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBABA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 186 -
CMYK 0.06 0 0 0.27
HSL 180º 0.07% 0.71% -
HSV(B) 180º 0.06% 0.73% -
XYZ 44.1 47.78 53.35 -
YUV 182.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 175 186 186 0.06 0 0 0.27 180 0.07 0.71
Hex AF BA BA 6 0 0 1B B4 7 47
Octal 257 272 272 6 0 0 33 264 7 107
Binary 10101111 10111010 10111010 110 0 0 11011 10110100 111 1000111

Color Harmonies of #AFBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBABA

Black with #AFBABA

Text Example


Text Example

White with #AFBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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