Html Css Color HEX #AFBD9F Sprout

📋 copy color: '#AFBD9F'

red 175 ◦ green 189 ◦ blue 159

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

Shades of Sprout #AFBD9F

Tints of Sprout #AFBD9F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.14%

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 33.46%
G = 36.14%
B = 30.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#AFBD9F (or 0xAFBD9F) is known color: Sprout. HEX triplet: AF, BD and 9F. RGB value is (175,189,159). Sum of RGB (Red+Green+Blue) = 175+189+159=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9F is #504260. Grayscale: #B5B5B5. Windows color (decimal): -5259873 or 10468783. OLE color: 10468783.

HSL color Cylindrical-coordinate representation of color #AFBD9F: hue angle of 88º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBD9F is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 159 -
CMYK 0.07 0 0.16 0.26
HSL 88º 0.19% 0.68% -
HSV(B) 88º 0.16% 0.74% -
XYZ 42.13 48.01 39.85 -
YUV 181.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 175 189 159 0.07 0 0.16 0.26 88 0.19 0.68
Hex AF BD 9F 7 0 10 1A 58 13 44
Octal 257 275 237 7 0 20 32 130 23 104
Binary 10101111 10111101 10011111 111 0 10000 11010 1011000 10011 1000100

Color Harmonies of #AFBD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD9F

Black with #AFBD9F

Text Example


Text Example

White with #AFBD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD9F; }

 p { color: rgb(175,189,159); }

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

background-color css

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

 a { background-color: rgb(175,189,159); }

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

border-color css

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

 span { border-color: rgb(175,189,159); }

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