Html Css Color HEX #AFCBB1 Zanah

📋 copy color: '#AFCBB1'

red 175 ◦ green 203 ◦ blue 177

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

Shades of Zanah #AFCBB1

Tints of Zanah #AFCBB1

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 value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#AFCBB1 (or 0xAFCBB1) is known color: 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

RGB 175 203 177 -
CMYK 0.14 0 0.13 0.20
HSL 124.29º 0.21% 0.74% -
HSV(B) 124.29º 0.14% 0.8% -
XYZ 46.97 55 49.74 -
YUV 191.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 175 203 177 0.14 0 0.13 0.20 124.29 0.21 0.74
Hex AF CB B1 E 0 D 14 7C 15 4A
Octal 257 313 261 16 0 15 24 174 25 112
Binary 10101111 11001011 10110001 1110 0 1101 10100 1111100 10101 1001010

Color Harmonies of #AFCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBB1

Black with #AFCBB1

Text Example


Text Example

White with #AFCBB1

Text Example


Text Example

HTML Codes & Css Web 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>