Html Css Color HEX #AFC2A0 Sprout

📋 copy color: '#AFC2A0'

red 175 ◦ green 194 ◦ blue 160

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

Shades of Sprout #AFC2A0

Tints of Sprout #AFC2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.25%

R = 33.08%
G = 36.67%
B = 30.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#AFC2A0 (or 0xAFC2A0) is known color: Sprout. HEX triplet: AF, C2 and A0. RGB value is (175,194,160). Sum of RGB (Red+Green+Blue) = 175+194+160=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2A0 is #503D5F. Grayscale: #B8B8B8. Windows color (decimal): -5258592 or 10535599. OLE color: 10535599.

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

Color convert

RGB 175 194 160 -
CMYK 0.10 0 0.18 0.24
HSL 93.53º 0.22% 0.69% -
HSV(B) 93.53º 0.18% 0.76% -
XYZ 43.32 50.24 40.67 -
YUV 184.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 175 194 160 0.10 0 0.18 0.24 93.53 0.22 0.69
Hex AF C2 A0 A 0 12 18 5E 16 45
Octal 257 302 240 12 0 22 30 136 26 105
Binary 10101111 11000010 10100000 1010 0 10010 11000 1011110 10110 1000101

Color Harmonies of #AFC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2A0

Black with #AFC2A0

Text Example


Text Example

White with #AFC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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