Html Css Color HEX #AFBDA1 Sprout

📋 copy color: '#AFBDA1'

red 175 ◦ green 189 ◦ blue 161

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

Shades of Sprout #AFBDA1

Tints of Sprout #AFBDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.67%

R = 33.33%
G = 36%
B = 30.67%

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

#AFBDA1 (or 0xAFBDA1) is known color: Sprout. HEX triplet: AF, BD and A1. RGB value is (175,189,161). Sum of RGB (Red+Green+Blue) = 175+189+161=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA1 is #50425E. Grayscale: #B5B5B5. Windows color (decimal): -5259871 or 10599855. OLE color: 10599855.

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

Color convert

RGB 175 189 161 -
CMYK 0.07 0 0.15 0.26
HSL 90º 0.18% 0.69% -
HSV(B) 90º 0.15% 0.74% -
XYZ 42.31 48.08 40.77 -
YUV 181.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 175 189 161 0.07 0 0.15 0.26 90 0.18 0.69
Hex AF BD A1 7 0 F 1A 5A 12 45
Octal 257 275 241 7 0 17 32 132 22 105
Binary 10101111 10111101 10100001 111 0 1111 11010 1011010 10010 1000101

Color Harmonies of #AFBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDA1

Black with #AFBDA1

Text Example


Text Example

White with #AFBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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