Html Css Color HEX #AFCCB0 Zanah

📋 copy color: '#AFCCB0'

red 175 ◦ green 204 ◦ blue 176

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

Shades of Zanah #AFCCB0

Tints of Zanah #AFCCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 31.53%
G = 36.76%
B = 31.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#AFCCB0 (or 0xAFCCB0) is known color: Zanah. HEX triplet: AF, CC and B0. RGB value is (175,204,176). Sum of RGB (Red+Green+Blue) = 175+204+176=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCB0 is #50334F. Grayscale: #C0C0C0. Windows color (decimal): -5256016 or 11586735. OLE color: 11586735.

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

Color convert

RGB 175 204 176 -
CMYK 0.14 0 0.14 0.2
HSL 122.07º 0.22% 0.74% -
HSV(B) 122.07º 0.14% 0.8% -
XYZ 47.11 55.43 49.29 -
YUV 192.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 175 204 176 0.14 0 0.14 0.2 122.07 0.22 0.74
Hex AF CC B0 E 0 E 14 7A 16 4A
Octal 257 314 260 16 0 16 24 172 26 112
Binary 10101111 11001100 10110000 1110 0 1110 10100 1111010 10110 1001010

Color Harmonies of #AFCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCB0

Black with #AFCCB0

Text Example


Text Example

White with #AFCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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