Html Css Color HEX #AFC5AF Zanah

📋 copy color: '#AFC5AF'

red 175 ◦ green 197 ◦ blue 175

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

Shades of Zanah #AFC5AF

Tints of Zanah #AFC5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 31.99%
G = 36.01%
B = 31.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#AFC5AF (or 0xAFC5AF) is known color: Zanah. HEX triplet: AF, C5 and AF. RGB value is (175,197,175). Sum of RGB (Red+Green+Blue) = 175+197+175=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5AF is #503A50. Grayscale: #BBBBBB. Windows color (decimal): -5257809 or 11519407. OLE color: 11519407.

HSL color Cylindrical-coordinate representation of color #AFC5AF: hue angle of 120º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5AF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 175 -
CMYK 0.11 0 0.11 0.23
HSL 120º 0.16% 0.73% -
HSV(B) 120º 0.11% 0.77% -
XYZ 45.38 52.14 48.23 -
YUV 187.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 175 197 175 0.11 0 0.11 0.23 120 0.16 0.73
Hex AF C5 AF B 0 B 17 78 10 49
Octal 257 305 257 13 0 13 27 170 20 111
Binary 10101111 11000101 10101111 1011 0 1011 10111 1111000 10000 1001001

Color Harmonies of #AFC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5AF

Black with #AFC5AF

Text Example


Text Example

White with #AFC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5AF; }

 p { color: rgb(175,197,175); }

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

background-color css

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

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

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

border-color css

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

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

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