Html Css Color HEX #AFC2B0 Zanah

📋 copy color: '#AFC2B0'

red 175 ◦ green 194 ◦ blue 176

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

Shades of Zanah #AFC2B0

Tints of Zanah #AFC2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 32.11%
G = 35.6%
B = 32.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#AFC2B0 (or 0xAFC2B0) is known color: Zanah. HEX triplet: AF, C2 and B0. RGB value is (175,194,176). Sum of RGB (Red+Green+Blue) = 175+194+176=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2B0 is #503D4F. Grayscale: #BABABA. Windows color (decimal): -5258576 or 11584175. OLE color: 11584175.

HSL color Cylindrical-coordinate representation of color #AFC2B0: hue angle of 123.16º degrees, saturation: 0.13, 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 #AFC2B0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 176 -
CMYK 0.10 0 0.09 0.24
HSL 123.16º 0.13% 0.72% -
HSV(B) 123.16º 0.1% 0.76% -
XYZ 44.81 50.83 48.52 -
YUV 186.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 175 194 176 0.10 0 0.09 0.24 123.16 0.13 0.72
Hex AF C2 B0 A 0 9 18 7B D 48
Octal 257 302 260 12 0 11 30 173 15 110
Binary 10101111 11000010 10110000 1010 0 1001 11000 1111011 1101 1001000

Color Harmonies of #AFC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2B0

Black with #AFC2B0

Text Example


Text Example

White with #AFC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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