#AFCAB1

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

Shades of Zanah #AFCAB1

Tints of Zanah #AFCAB1

Color information

#AFCAB1 (or 0xAFCAB1) is unknown color: approx Zanah. HEX triplet: AF, CA and B1. RGB value is (175,202,177). Sum of RGB (Red+Green+Blue) = 175+202+177=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAB1 is #50354E. Grayscale: #BFBFBF. Windows color (decimal): -5256527 or 11651759. OLE color: 11651759.

HSL color Cylindrical-coordinate representation of color #AFCAB1: hue angle of 124.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB175202177-
CMYK0.1300.120.21
HSL124.44º20.3%73.92%-
HSV(B)124.44º13.37%79.22%-
XYZ46.7454.5349.66-
YUV191.08120.05116.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=31.59%
G=36.46%
B=31.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021770.1300.120.21124.4420.373.92
HexAFCAB1D0C157c144a
Octal257312261150142517424112
Binary101011111100101010110001110101100101011111100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAB1; }

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

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

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

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

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

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

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

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