Html Css Color HEX #AFCCB1 Zanah

📋 copy color: '#AFCCB1'

red 175 ◦ green 204 ◦ blue 177

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

Shades of Zanah #AFCCB1

Tints of Zanah #AFCCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 177 (69.53% from 255) = 31.83%

R = 31.47%
G = 36.69%
B = 31.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#AFCCB1 (or 0xAFCCB1) is known color: Zanah. HEX triplet: AF, CC and B1. RGB value is (175,204,177). Sum of RGB (Red+Green+Blue) = 175+204+177=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCB1 is #50334E. Grayscale: #C0C0C0. Windows color (decimal): -5256015 or 11652271. OLE color: 11652271.

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

Color convert

RGB 175 204 177 -
CMYK 0.14 0 0.13 0.2
HSL 124.14º 0.22% 0.74% -
HSV(B) 124.14º 0.14% 0.8% -
XYZ 47.21 55.47 49.81 -
YUV 192.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 175 204 177 0.14 0 0.13 0.2 124.14 0.22 0.74
Hex AF CC B1 E 0 D 14 7C 16 4A
Octal 257 314 261 16 0 15 24 174 26 112
Binary 10101111 11001100 10110001 1110 0 1101 10100 1111100 10110 1001010

Color Harmonies of #AFCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCB1

Black with #AFCCB1

Text Example


Text Example

White with #AFCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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