Html Css Color HEX #AFC2AE Zanah

📋 copy color: '#AFC2AE'

red 175 ◦ green 194 ◦ blue 174

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

Shades of Zanah #AFC2AE

Tints of Zanah #AFC2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 32.23%
G = 35.73%
B = 32.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#AFC2AE (or 0xAFC2AE) is known color: Zanah. HEX triplet: AF, C2 and AE. RGB value is (175,194,174). Sum of RGB (Red+Green+Blue) = 175+194+174=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2AE is #503D51. Grayscale: #BABABA. Windows color (decimal): -5258578 or 11453103. OLE color: 11453103.

HSL color Cylindrical-coordinate representation of color #AFC2AE: hue angle of 117º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2AE is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 174 -
CMYK 0.10 0 0.10 0.24
HSL 117º 0.14% 0.72% -
HSV(B) 117º 0.1% 0.76% -
XYZ 44.61 50.75 47.49 -
YUV 186.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 175 194 174 0.10 0 0.10 0.24 117 0.14 0.72
Hex AF C2 AE A 0 A 18 75 E 48
Octal 257 302 256 12 0 12 30 165 16 110
Binary 10101111 11000010 10101110 1010 0 1010 11000 1110101 1110 1001000

Color Harmonies of #AFC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2AE

Black with #AFC2AE

Text Example


Text Example

White with #AFC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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