Html Css Color HEX #AEBF6A Wild Willow

📋 copy color: '#AEBF6A'

red 174 ◦ green 191 ◦ blue 106

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

Shades of Wild Willow #AEBF6A

Tints of Wild Willow #AEBF6A

RGB

 RED value IS 174 (68.36% from 255) = 36.94%

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 36.94%
G = 40.55%
B = 22.51%

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

#AEBF6A (or 0xAEBF6A) is known color: Wild Willow. HEX triplet: AE, BF and 6A. RGB value is (174,191,106). Sum of RGB (Red+Green+Blue) = 174+191+106=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF6A is #514095. Grayscale: #B0B0B0. Windows color (decimal): -5324950 or 6995886. OLE color: 6995886.

HSL color Cylindrical-coordinate representation of color #AEBF6A: hue angle of 72º degrees, saturation: 0.4, 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 #AEBF6A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 106 -
CMYK 0.09 0 0.45 0.25
HSL 72º 0.4% 0.58% -
HSV(B) 72º 0.45% 0.75% -
XYZ 38.69 47.3 20.73 -
YUV 176.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 174 191 106 0.09 0 0.45 0.25 72 0.4 0.58
Hex AE BF 6A 9 0 2D 19 48 28 3A
Octal 256 277 152 11 0 55 31 110 50 72
Binary 10101110 10111111 1101010 1001 0 101101 11001 1001000 101000 111010

Color Harmonies of #AEBF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF6A

Black with #AEBF6A

Text Example


Text Example

White with #AEBF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF6A; }

 p { color: rgb(174,191,106); }

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

background-color css

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

 a { background-color: rgb(174,191,106); }

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

border-color css

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

 span { border-color: rgb(174,191,106); }

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