Html Css Color HEX #AFC09B Sprout

📋 copy color: '#AFC09B'

red 175 ◦ green 192 ◦ blue 155

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

Shades of Sprout #AFC09B

Tints of Sprout #AFC09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

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

R = 33.52%
G = 36.78%
B = 29.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AFC09B (or 0xAFC09B) is known color: Sprout. HEX triplet: AF, C0 and 9B. RGB value is (175,192,155). Sum of RGB (Red+Green+Blue) = 175+192+155=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC09B is #503F64. Grayscale: #B6B6B6. Windows color (decimal): -5259109 or 10207407. OLE color: 10207407.

HSL color Cylindrical-coordinate representation of color #AFC09B: hue angle of 87.57º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC09B is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 155 -
CMYK 0.09 0 0.19 0.25
HSL 87.57º 0.23% 0.68% -
HSV(B) 87.57º 0.19% 0.75% -
XYZ 42.45 49.18 38.27 -
YUV 182.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 175 192 155 0.09 0 0.19 0.25 87.57 0.23 0.68
Hex AF C0 9B 9 0 13 19 58 17 44
Octal 257 300 233 11 0 23 31 130 27 104
Binary 10101111 11000000 10011011 1001 0 10011 11001 1011000 10111 1000100

Color Harmonies of #AFC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC09B

Black with #AFC09B

Text Example


Text Example

White with #AFC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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