Html Css Color HEX #AFC6AD Zanah

📋 copy color: '#AFC6AD'

red 175 ◦ green 198 ◦ blue 173

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

Shades of Zanah #AFC6AD

Tints of Zanah #AFC6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 32.05%
G = 36.26%
B = 31.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#AFC6AD (or 0xAFC6AD) is known color: Zanah. HEX triplet: AF, C6 and AD. RGB value is (175,198,173). Sum of RGB (Red+Green+Blue) = 175+198+173=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6AD is #503952. Grayscale: #BCBCBC. Windows color (decimal): -5257555 or 11388591. OLE color: 11388591.

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

Color convert

RGB 175 198 173 -
CMYK 0.12 0 0.13 0.22
HSL 115.2º 0.18% 0.73% -
HSV(B) 115.2º 0.13% 0.78% -
XYZ 45.42 52.52 47.28 -
YUV 188.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 175 198 173 0.12 0 0.13 0.22 115.2 0.18 0.73
Hex AF C6 AD C 0 D 16 73 12 49
Octal 257 306 255 14 0 15 26 163 22 111
Binary 10101111 11000110 10101101 1100 0 1101 10110 1110011 10010 1001001

Color Harmonies of #AFC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6AD

Black with #AFC6AD

Text Example


Text Example

White with #AFC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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