Html Css Color HEX #AFCAB0 Zanah

📋 copy color: '#AFCAB0'

red 175 ◦ green 202 ◦ blue 176

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

Shades of Zanah #AFCAB0

Tints of Zanah #AFCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

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

R = 31.65%
G = 36.53%
B = 31.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#AFCAB0 (or 0xAFCAB0) is known color: Zanah. HEX triplet: AF, CA and B0. RGB value is (175,202,176). Sum of RGB (Red+Green+Blue) = 175+202+176=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAB0 is #50354F. Grayscale: #BFBFBF. Windows color (decimal): -5256528 or 11586223. OLE color: 11586223.

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

Color convert

RGB 175 202 176 -
CMYK 0.13 0 0.13 0.21
HSL 122.22º 0.2% 0.74% -
HSV(B) 122.22º 0.13% 0.79% -
XYZ 46.64 54.49 49.13 -
YUV 190.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 175 202 176 0.13 0 0.13 0.21 122.22 0.2 0.74
Hex AF CA B0 D 0 D 15 7A 14 4A
Octal 257 312 260 15 0 15 25 172 24 112
Binary 10101111 11001010 10110000 1101 0 1101 10101 1111010 10100 1001010

Color Harmonies of #AFCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAB0

Black with #AFCAB0

Text Example


Text Example

White with #AFCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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