Html Css Color HEX #AFBDA0 Sprout

📋 copy color: '#AFBDA0'

red 175 ◦ green 189 ◦ blue 160

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

Shades of Sprout #AFBDA0

Tints of Sprout #AFBDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 33.4%
G = 36.07%
B = 30.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#AFBDA0 (or 0xAFBDA0) is known color: Sprout. HEX triplet: AF, BD and A0. RGB value is (175,189,160). Sum of RGB (Red+Green+Blue) = 175+189+160=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA0 is #50425F. Grayscale: #B5B5B5. Windows color (decimal): -5259872 or 10534319. OLE color: 10534319.

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

Color convert

RGB 175 189 160 -
CMYK 0.07 0 0.15 0.26
HSL 88.97º 0.18% 0.68% -
HSV(B) 88.97º 0.15% 0.74% -
XYZ 42.22 48.05 40.31 -
YUV 181.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 175 189 160 0.07 0 0.15 0.26 88.97 0.18 0.68
Hex AF BD A0 7 0 F 1A 59 12 44
Octal 257 275 240 7 0 17 32 131 22 104
Binary 10101111 10111101 10100000 111 0 1111 11010 1011001 10010 1000100

Color Harmonies of #AFBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDA0

Black with #AFBDA0

Text Example


Text Example

White with #AFBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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