Html Css Color HEX #AFBEA0 Sprout

📋 copy color: '#AFBEA0'

red 175 ◦ green 190 ◦ blue 160

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

Shades of Sprout #AFBEA0

Tints of Sprout #AFBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 33.33%
G = 36.19%
B = 30.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#AFBEA0 (or 0xAFBEA0) is known color: Sprout. HEX triplet: AF, BE and A0. RGB value is (175,190,160). Sum of RGB (Red+Green+Blue) = 175+190+160=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEA0 is #50415F. Grayscale: #B6B6B6. Windows color (decimal): -5259616 or 10534575. OLE color: 10534575.

HSL color Cylindrical-coordinate representation of color #AFBEA0: hue angle of 90º 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 #AFBEA0 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 160 -
CMYK 0.08 0 0.16 0.25
HSL 90º 0.19% 0.69% -
HSV(B) 90º 0.16% 0.75% -
XYZ 42.44 48.48 40.38 -
YUV 182.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 175 190 160 0.08 0 0.16 0.25 90 0.19 0.69
Hex AF BE A0 8 0 10 19 5A 13 45
Octal 257 276 240 10 0 20 31 132 23 105
Binary 10101111 10111110 10100000 1000 0 10000 11001 1011010 10011 1000101

Color Harmonies of #AFBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEA0

Black with #AFBEA0

Text Example


Text Example

White with #AFBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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