Html Css Color HEX #AFBD9C Sprout

📋 copy color: '#AFBD9C'

red 175 ◦ green 189 ◦ blue 156

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

Shades of Sprout #AFBD9C

Tints of Sprout #AFBD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30%

R = 33.65%
G = 36.35%
B = 30%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#AFBD9C (or 0xAFBD9C) is known color: Sprout. HEX triplet: AF, BD and 9C. RGB value is (175,189,156). Sum of RGB (Red+Green+Blue) = 175+189+156=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9C is #504263. Grayscale: #B5B5B5. Windows color (decimal): -5259876 or 10272175. OLE color: 10272175.

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

Color convert

RGB 175 189 156 -
CMYK 0.07 0 0.17 0.26
HSL 85.45º 0.2% 0.68% -
HSV(B) 85.45º 0.17% 0.74% -
XYZ 41.88 47.91 38.49 -
YUV 181.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 175 189 156 0.07 0 0.17 0.26 85.45 0.2 0.68
Hex AF BD 9C 7 0 11 1A 55 14 44
Octal 257 275 234 7 0 21 32 125 24 104
Binary 10101111 10111101 10011100 111 0 10001 11010 1010101 10100 1000100

Color Harmonies of #AFBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD9C

Black with #AFBD9C

Text Example


Text Example

White with #AFBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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