Html Css Color HEX #AAB58D Green Spring

📋 copy color: '#AAB58D'

red 170 ◦ green 181 ◦ blue 141

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

Shades of Green Spring #AAB58D

Tints of Green Spring #AAB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

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

R = 34.55%
G = 36.79%
B = 28.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#AAB58D (or 0xAAB58D) is known color: Green Spring. HEX triplet: AA, B5 and 8D. RGB value is (170,181,141). Sum of RGB (Red+Green+Blue) = 170+181+141=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB58D is #554A72. Grayscale: #ADADAD. Windows color (decimal): -5589619 or 9287082. OLE color: 9287082.

HSL color Cylindrical-coordinate representation of color #AAB58D: hue angle of 76.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB58D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 141 -
CMYK 0.06 0 0.22 0.29
HSL 76.5º 0.21% 0.63% -
HSV(B) 76.5º 0.22% 0.71% -
XYZ 37.91 43.52 31.6 -
YUV 173.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 170 181 141 0.06 0 0.22 0.29 76.5 0.21 0.63
Hex AA B5 8D 6 0 16 1D 4C 15 3F
Octal 252 265 215 6 0 26 35 114 25 77
Binary 10101010 10110101 10001101 110 0 10110 11101 1001100 10101 111111

Color Harmonies of #AAB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB58D

Black with #AAB58D

Text Example


Text Example

White with #AAB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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