Html Css Color HEX #AAB28D Green Spring

📋 copy color: '#AAB28D'

red 170 ◦ green 178 ◦ blue 141

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

Shades of Green Spring #AAB28D

Tints of Green Spring #AAB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.4%

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 34.76%
G = 36.4%
B = 28.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#AAB28D (or 0xAAB28D) is known color: Green Spring. HEX triplet: AA, B2 and 8D. RGB value is (170,178,141). Sum of RGB (Red+Green+Blue) = 170+178+141=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB28D is #554D72. Grayscale: #ABABAB. Windows color (decimal): -5590387 or 9286314. OLE color: 9286314.

HSL color Cylindrical-coordinate representation of color #AAB28D: hue angle of 72.97º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB28D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 141 -
CMYK 0.04 0 0.21 0.30
HSL 72.97º 0.19% 0.63% -
HSV(B) 72.97º 0.21% 0.7% -
XYZ 37.31 42.31 31.4 -
YUV 171.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 170 178 141 0.04 0 0.21 0.30 72.97 0.19 0.63
Hex AA B2 8D 4 0 15 1E 49 13 3F
Octal 252 262 215 4 0 25 36 111 23 77
Binary 10101010 10110010 10001101 100 0 10101 11110 1001001 10011 111111

Color Harmonies of #AAB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB28D

Black with #AAB28D

Text Example


Text Example

White with #AAB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB28D; }

 p { color: rgb(170,178,141); }

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

background-color css

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

 a { background-color: rgb(170,178,141); }

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

border-color css

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

 span { border-color: rgb(170,178,141); }

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