Html Css Color HEX #AFBB9D Sprout

📋 copy color: '#AFBB9D'

red 175 ◦ green 187 ◦ blue 157

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

Shades of Sprout #AFBB9D

Tints of Sprout #AFBB9D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 157 (61.72% from 255) = 30.25%

R = 33.72%
G = 36.03%
B = 30.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#AFBB9D (or 0xAFBB9D) is known color: Sprout. HEX triplet: AF, BB and 9D. RGB value is (175,187,157). Sum of RGB (Red+Green+Blue) = 175+187+157=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB9D is #504462. Grayscale: #B4B4B4. Windows color (decimal): -5260387 or 10337199. OLE color: 10337199.

HSL color Cylindrical-coordinate representation of color #AFBB9D: hue angle of 84º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBB9D is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 157 -
CMYK 0.06 0 0.16 0.27
HSL 84º 0.18% 0.67% -
HSV(B) 84º 0.16% 0.73% -
XYZ 41.54 47.09 38.8 -
YUV 179.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 175 187 157 0.06 0 0.16 0.27 84 0.18 0.67
Hex AF BB 9D 6 0 10 1B 54 12 43
Octal 257 273 235 6 0 20 33 124 22 103
Binary 10101111 10111011 10011101 110 0 10000 11011 1010100 10010 1000011

Color Harmonies of #AFBB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB9D

Black with #AFBB9D

Text Example


Text Example

White with #AFBB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB9D; }

 p { color: rgb(175,187,157); }

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

background-color css

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

 a { background-color: rgb(175,187,157); }

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

border-color css

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

 span { border-color: rgb(175,187,157); }

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