Html Css Color HEX #AFBFA2 Sprout

📋 copy color: '#AFBFA2'

red 175 ◦ green 191 ◦ blue 162

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

Shades of Sprout #AFBFA2

Tints of Sprout #AFBFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 33.14%
G = 36.17%
B = 30.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#AFBFA2 (or 0xAFBFA2) is known color: Sprout. HEX triplet: AF, BF and A2. RGB value is (175,191,162). Sum of RGB (Red+Green+Blue) = 175+191+162=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFA2 is #50405D. Grayscale: #B7B7B7. Windows color (decimal): -5259358 or 10665903. OLE color: 10665903.

HSL color Cylindrical-coordinate representation of color #AFBFA2: hue angle of 93.1º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBFA2 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 162 -
CMYK 0.08 0 0.15 0.25
HSL 93.1º 0.18% 0.69% -
HSV(B) 93.1º 0.15% 0.75% -
XYZ 42.83 48.98 41.38 -
YUV 182.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 175 191 162 0.08 0 0.15 0.25 93.1 0.18 0.69
Hex AF BF A2 8 0 F 19 5D 12 45
Octal 257 277 242 10 0 17 31 135 22 105
Binary 10101111 10111111 10100010 1000 0 1111 11001 1011101 10010 1000101

Color Harmonies of #AFBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFA2

Black with #AFBFA2

Text Example


Text Example

White with #AFBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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