Html Css Color HEX #AAB38C Green Spring

📋 copy color: '#AAB38C'

red 170 ◦ green 179 ◦ blue 140

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

Shades of Green Spring #AAB38C

Tints of Green Spring #AAB38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 34.76%
G = 36.61%
B = 28.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#AAB38C (or 0xAAB38C) is known color: Green Spring. HEX triplet: AA, B3 and 8C. RGB value is (170,179,140). Sum of RGB (Red+Green+Blue) = 170+179+140=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB38C is #554C73. Grayscale: #ACACAC. Windows color (decimal): -5590132 or 9221034. OLE color: 9221034.

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

Color convert

RGB 170 179 140 -
CMYK 0.05 0 0.22 0.30
HSL 73.85º 0.2% 0.63% -
HSV(B) 73.85º 0.22% 0.7% -
XYZ 37.43 42.68 31.08 -
YUV 171.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 170 179 140 0.05 0 0.22 0.30 73.85 0.2 0.63
Hex AA B3 8C 5 0 16 1E 4A 14 3F
Octal 252 263 214 5 0 26 36 112 24 77
Binary 10101010 10110011 10001100 101 0 10110 11110 1001010 10100 111111

Color Harmonies of #AAB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB38C

Black with #AAB38C

Text Example


Text Example

White with #AAB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB38C; }

 p { color: rgb(170,179,140); }

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

background-color css

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

 a { background-color: rgb(170,179,140); }

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

border-color css

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

 span { border-color: rgb(170,179,140); }

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