Html Css Color HEX #AFC6AE Zanah

📋 copy color: '#AFC6AE'

red 175 ◦ green 198 ◦ blue 174

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

Shades of Zanah #AFC6AE

Tints of Zanah #AFC6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 31.99%
G = 36.2%
B = 31.81%

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

#AFC6AE (or 0xAFC6AE) is known color: Zanah. HEX triplet: AF, C6 and AE. RGB value is (175,198,174). Sum of RGB (Red+Green+Blue) = 175+198+174=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6AE is #503951. Grayscale: #BCBCBC. Windows color (decimal): -5257554 or 11454127. OLE color: 11454127.

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

Color convert

RGB 175 198 174 -
CMYK 0.12 0 0.12 0.22
HSL 117.5º 0.17% 0.73% -
HSV(B) 117.5º 0.12% 0.78% -
XYZ 45.51 52.56 47.79 -
YUV 188.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 175 198 174 0.12 0 0.12 0.22 117.5 0.17 0.73
Hex AF C6 AE C 0 C 16 76 11 49
Octal 257 306 256 14 0 14 26 166 21 111
Binary 10101111 11000110 10101110 1100 0 1100 10110 1110110 10001 1001001

Color Harmonies of #AFC6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6AE

Black with #AFC6AE

Text Example


Text Example

White with #AFC6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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