Html Css Color HEX #AFC0A2 Sprout

📋 copy color: '#AFC0A2'

red 175 ◦ green 192 ◦ blue 162

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

Shades of Sprout #AFC0A2

Tints of Sprout #AFC0A2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 162 (63.67% from 255) = 30.62%

R = 33.08%
G = 36.29%
B = 30.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#AFC0A2 (or 0xAFC0A2) is known color: Sprout. HEX triplet: AF, C0 and A2. RGB value is (175,192,162). Sum of RGB (Red+Green+Blue) = 175+192+162=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0A2 is #503F5D. Grayscale: #B7B7B7. Windows color (decimal): -5259102 or 10666159. OLE color: 10666159.

HSL color Cylindrical-coordinate representation of color #AFC0A2: hue angle of 94º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC0A2 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 162 -
CMYK 0.09 0 0.16 0.25
HSL 94º 0.19% 0.69% -
HSV(B) 94º 0.16% 0.75% -
XYZ 43.05 49.42 41.45 -
YUV 183.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 175 192 162 0.09 0 0.16 0.25 94 0.19 0.69
Hex AF C0 A2 9 0 10 19 5E 13 45
Octal 257 300 242 11 0 20 31 136 23 105
Binary 10101111 11000000 10100010 1001 0 10000 11001 1011110 10011 1000101

Color Harmonies of #AFC0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0A2

Black with #AFC0A2

Text Example


Text Example

White with #AFC0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0A2; }

 p { color: rgb(175,192,162); }

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

background-color css

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

 a { background-color: rgb(175,192,162); }

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

border-color css

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

 span { border-color: rgb(175,192,162); }

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