#AFCBB1

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

Shades of Zanah #AFCBB1

Tints of Zanah #AFCBB1

Color information

#AFCBB1 (or 0xAFCBB1) is unknown color: approx Zanah. HEX triplet: AF, CB and B1. RGB value is (175,203,177). Sum of RGB (Red+Green+Blue) = 175+203+177=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBB1 is #50344E. Grayscale: #BFBFBF. Windows color (decimal): -5256271 or 11652015. OLE color: 11652015.

HSL color Cylindrical-coordinate representation of color #AFCBB1: hue angle of 124.29º 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 #AFCBB1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB175203177-
CMYK0.1400.130.20
HSL124.29º21.21%74.12%-
HSV(B)124.29º13.79%79.61%-
XYZ46.975549.74-
YUV191.66119.72116.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=31.53%
G=36.58%
B=31.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031770.1400.130.20124.2921.2174.12
HexAFCBB1E0D147c154a
Octal257313261160152417425112
Binary101011111100101110110001111001101101001111100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBB1; }

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

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

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

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

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

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

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

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