Html Css Color HEX #AFBF9A Sprout

📋 copy color: '#AFBF9A'

red 175 ◦ green 191 ◦ blue 154

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

Shades of Sprout #AFBF9A

Tints of Sprout #AFBF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 154 (60.55% from 255) = 29.62%

R = 33.65%
G = 36.73%
B = 29.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AFBF9A (or 0xAFBF9A) is known color: Sprout. HEX triplet: AF, BF and 9A. RGB value is (175,191,154). Sum of RGB (Red+Green+Blue) = 175+191+154=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF9A is #504065. Grayscale: #B6B6B6. Windows color (decimal): -5259366 or 10141615. OLE color: 10141615.

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

Color convert

RGB 175 191 154 -
CMYK 0.08 0 0.19 0.25
HSL 85.95º 0.22% 0.68% -
HSV(B) 85.95º 0.19% 0.75% -
XYZ 42.14 48.71 37.75 -
YUV 182 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 175 191 154 0.08 0 0.19 0.25 85.95 0.22 0.68
Hex AF BF 9A 8 0 13 19 56 16 44
Octal 257 277 232 10 0 23 31 126 26 104
Binary 10101111 10111111 10011010 1000 0 10011 11001 1010110 10110 1000100

Color Harmonies of #AFBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF9A

Black with #AFBF9A

Text Example


Text Example

White with #AFBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF9A; }

 p { color: rgb(175,191,154); }

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

background-color css

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

 a { background-color: rgb(175,191,154); }

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

border-color css

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

 span { border-color: rgb(175,191,154); }

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