#AFCACB

Color #AFCACB Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AFCACB

Tints of Jungle Mist #AFCACB

Color information

#AFCACB (or 0xAFCACB) is unknown color: approx Jungle Mist. HEX triplet: AF, CA and CB. RGB value is (175,202,203). Sum of RGB (Red+Green+Blue) = 175+202+203=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACB is #503534. Grayscale: #C2C2C2. Windows color (decimal): -5256501 or 13355695. OLE color: 13355695.

HSL color Cylindrical-coordinate representation of color #AFCACB: hue angle of 182.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCACB is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175202203-
CMYK0.140.0000.20
HSL182.14º21.21%74.12%-
HSV(B)182.14º13.79%79.61%-
XYZ49.5855.6764.63-
YUV194.04133.05114.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 203 (79.69% from 255) = 35%
R=30.17%
G=34.83%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752022030.140.0000.20182.1421.2174.12
HexAFCACBE0014b6154a
Octal25731231316002426625112
Binary1010111111001010110010111110001010010110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCACB; }

 p { color: rgb(175,202,203); }

 H1.HeaderClassName
 {
   color: #AFCACB;
 }
 .AnyTagClassName
 {
   color: #AFCACB;
 }
</style>
background-color css

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

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

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

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

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

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