Html Css Color HEX #AFC6AF Zanah

📋 copy color: '#AFC6AF'

red 175 ◦ green 198 ◦ blue 175

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

Shades of Zanah #AFC6AF

Tints of Zanah #AFC6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

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

R = 31.93%
G = 36.13%
B = 31.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#AFC6AF (or 0xAFC6AF) is known color: Zanah. HEX triplet: AF, C6 and AF. RGB value is (175,198,175). Sum of RGB (Red+Green+Blue) = 175+198+175=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6AF is #503950. Grayscale: #BCBCBC. Windows color (decimal): -5257553 or 11519663. OLE color: 11519663.

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

Color convert

RGB 175 198 175 -
CMYK 0.12 0 0.12 0.22
HSL 120º 0.17% 0.73% -
HSV(B) 120º 0.12% 0.78% -
XYZ 45.61 52.6 48.31 -
YUV 188.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 175 198 175 0.12 0 0.12 0.22 120 0.17 0.73
Hex AF C6 AF C 0 C 16 78 11 49
Octal 257 306 257 14 0 14 26 170 21 111
Binary 10101111 11000110 10101111 1100 0 1100 10110 1111000 10001 1001001

Color Harmonies of #AFC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6AF

Black with #AFC6AF

Text Example


Text Example

White with #AFC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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