Html Css Color HEX #AFBDA2 Sprout

📋 copy color: '#AFBDA2'

red 175 ◦ green 189 ◦ blue 162

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

Shades of Sprout #AFBDA2

Tints of Sprout #AFBDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.8%

R = 33.27%
G = 35.93%
B = 30.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#AFBDA2 (or 0xAFBDA2) is known color: Sprout. HEX triplet: AF, BD and A2. RGB value is (175,189,162). Sum of RGB (Red+Green+Blue) = 175+189+162=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA2 is #50425D. Grayscale: #B5B5B5. Windows color (decimal): -5259870 or 10665391. OLE color: 10665391.

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

Color convert

RGB 175 189 162 -
CMYK 0.07 0 0.14 0.26
HSL 91.11º 0.17% 0.69% -
HSV(B) 91.11º 0.14% 0.74% -
XYZ 42.4 48.12 41.24 -
YUV 181.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 175 189 162 0.07 0 0.14 0.26 91.11 0.17 0.69
Hex AF BD A2 7 0 E 1A 5B 11 45
Octal 257 275 242 7 0 16 32 133 21 105
Binary 10101111 10111101 10100010 111 0 1110 11010 1011011 10001 1000101

Color Harmonies of #AFBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDA2

Black with #AFBDA2

Text Example


Text Example

White with #AFBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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