Html Css Color HEX #AABD67 Wild Willow

📋 copy color: '#AABD67'

red 170 ◦ green 189 ◦ blue 103

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

Shades of Wild Willow #AABD67

Tints of Wild Willow #AABD67

RGB

 RED value IS 170 (66.8% from 255) = 36.8%

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

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 36.8%
G = 40.91%
B = 22.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#AABD67 (or 0xAABD67) is known color: Wild Willow. HEX triplet: AA, BD and 67. RGB value is (170,189,103). Sum of RGB (Red+Green+Blue) = 170+189+103=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD67 is #554298. Grayscale: #ADADAD. Windows color (decimal): -5587609 or 6798762. OLE color: 6798762.

HSL color Cylindrical-coordinate representation of color #AABD67: hue angle of 73.26º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AABD67 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 103 -
CMYK 0.10 0 0.46 0.26
HSL 73.26º 0.39% 0.57% -
HSV(B) 73.26º 0.46% 0.74% -
XYZ 37.22 45.92 19.73 -
YUV 173.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 170 189 103 0.10 0 0.46 0.26 73.26 0.39 0.57
Hex AA BD 67 A 0 2E 1A 49 27 39
Octal 252 275 147 12 0 56 32 111 47 71
Binary 10101010 10111101 1100111 1010 0 101110 11010 1001001 100111 111001

Color Harmonies of #AABD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD67

Black with #AABD67

Text Example


Text Example

White with #AABD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD67; }

 p { color: rgb(170,189,103); }

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

background-color css

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

 a { background-color: rgb(170,189,103); }

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

border-color css

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

 span { border-color: rgb(170,189,103); }

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