Html Css Color HEX #AFBD9E Sprout

📋 copy color: '#AFBD9E'

red 175 ◦ green 189 ◦ blue 158

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

Shades of Sprout #AFBD9E

Tints of Sprout #AFBD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.27%

R = 33.52%
G = 36.21%
B = 30.27%

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

#AFBD9E (or 0xAFBD9E) is known color: Sprout. HEX triplet: AF, BD and 9E. RGB value is (175,189,158). Sum of RGB (Red+Green+Blue) = 175+189+158=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9E is #504261. Grayscale: #B5B5B5. Windows color (decimal): -5259874 or 10403247. OLE color: 10403247.

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

Color convert

RGB 175 189 158 -
CMYK 0.07 0 0.16 0.26
HSL 87.1º 0.19% 0.68% -
HSV(B) 87.1º 0.16% 0.74% -
XYZ 42.05 47.98 39.39 -
YUV 181.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 175 189 158 0.07 0 0.16 0.26 87.1 0.19 0.68
Hex AF BD 9E 7 0 10 1A 57 13 44
Octal 257 275 236 7 0 20 32 127 23 104
Binary 10101111 10111101 10011110 111 0 10000 11010 1010111 10011 1000100

Color Harmonies of #AFBD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD9E

Black with #AFBD9E

Text Example


Text Example

White with #AFBD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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