Html Css Color HEX #AFBD9B Sprout

📋 copy color: '#AFBD9B'

red 175 ◦ green 189 ◦ blue 155

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

Shades of Sprout #AFBD9B

Tints of Sprout #AFBD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 33.72%
G = 36.42%
B = 29.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#AFBD9B (or 0xAFBD9B) is known color: Sprout. HEX triplet: AF, BD and 9B. RGB value is (175,189,155). Sum of RGB (Red+Green+Blue) = 175+189+155=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9B is #504264. Grayscale: #B5B5B5. Windows color (decimal): -5259877 or 10206639. OLE color: 10206639.

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

Color convert

RGB 175 189 155 -
CMYK 0.07 0 0.18 0.26
HSL 84.71º 0.2% 0.67% -
HSV(B) 84.71º 0.18% 0.74% -
XYZ 41.79 47.88 38.05 -
YUV 180.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 175 189 155 0.07 0 0.18 0.26 84.71 0.2 0.67
Hex AF BD 9B 7 0 12 1A 55 14 43
Octal 257 275 233 7 0 22 32 125 24 103
Binary 10101111 10111101 10011011 111 0 10010 11010 1010101 10100 1000011

Color Harmonies of #AFBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD9B

Black with #AFBD9B

Text Example


Text Example

White with #AFBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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