Html Css Color HEX #AFC069 Wild Willow

📋 copy color: '#AFC069'

red 175 ◦ green 192 ◦ blue 105

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

Shades of Wild Willow #AFC069

Tints of Wild Willow #AFC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.25%

R = 37.08%
G = 40.68%
B = 22.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#AFC069 (or 0xAFC069) is known color: Wild Willow. HEX triplet: AF, C0 and 69. RGB value is (175,192,105). Sum of RGB (Red+Green+Blue) = 175+192+105=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC069 is #503F96. Grayscale: #B1B1B1. Windows color (decimal): -5259159 or 6930607. OLE color: 6930607.

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

Color convert

RGB 175 192 105 -
CMYK 0.09 0 0.45 0.25
HSL 71.72º 0.41% 0.58% -
HSV(B) 71.72º 0.45% 0.75% -
XYZ 39.08 47.83 20.54 -
YUV 177 87.37 126.57 -
System Red Green Blue C M Y K H S L
Decimal 175 192 105 0.09 0 0.45 0.25 71.72 0.41 0.58
Hex AF C0 69 9 0 2D 19 48 29 3A
Octal 257 300 151 11 0 55 31 110 51 72
Binary 10101111 11000000 1101001 1001 0 101101 11001 1001000 101001 111010

Color Harmonies of #AFC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC069

Black with #AFC069

Text Example


Text Example

White with #AFC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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