Html Css Color HEX #AAAE8E Bud

📋 copy color: '#AAAE8E'

red 170 ◦ green 174 ◦ blue 142

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

Shades of Bud #AAAE8E

Tints of Bud #AAAE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 34.98%
G = 35.8%
B = 29.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AAAE8E (or 0xAAAE8E) is known color: Bud. HEX triplet: AA, AE and 8E. RGB value is (170,174,142). Sum of RGB (Red+Green+Blue) = 170+174+142=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE8E is #555171. Grayscale: #A9A9A9. Windows color (decimal): -5591410 or 9350826. OLE color: 9350826.

HSL color Cylindrical-coordinate representation of color #AAAE8E: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAE8E is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 142 -
CMYK 0.02 0 0.18 0.32
HSL 67.5º 0.16% 0.62% -
HSV(B) 67.5º 0.18% 0.68% -
XYZ 36.6 40.77 31.53 -
YUV 169.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 170 174 142 0.02 0 0.18 0.32 67.5 0.16 0.62
Hex AA AE 8E 2 0 12 20 44 10 3E
Octal 252 256 216 2 0 22 40 104 20 76
Binary 10101010 10101110 10001110 10 0 10010 100000 1000100 10000 111110

Color Harmonies of #AAAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE8E

Black with #AAAE8E

Text Example


Text Example

White with #AAAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE8E; }

 p { color: rgb(170,174,142); }

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

background-color css

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

 a { background-color: rgb(170,174,142); }

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

border-color css

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

 span { border-color: rgb(170,174,142); }

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