Html Css Color HEX #AAB48C Green Spring

📋 copy color: '#AAB48C'

red 170 ◦ green 180 ◦ blue 140

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

Shades of Green Spring #AAB48C

Tints of Green Spring #AAB48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 34.69%
G = 36.73%
B = 28.57%

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

#AAB48C (or 0xAAB48C) is known color: Green Spring. HEX triplet: AA, B4 and 8C. RGB value is (170,180,140). Sum of RGB (Red+Green+Blue) = 170+180+140=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48C is #554B73. Grayscale: #ACACAC. Windows color (decimal): -5589876 or 9221290. OLE color: 9221290.

HSL color Cylindrical-coordinate representation of color #AAB48C: hue angle of 75º 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 #AAB48C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 140 -
CMYK 0.06 0 0.22 0.29
HSL 75º 0.21% 0.63% -
HSV(B) 75º 0.22% 0.71% -
XYZ 37.63 43.08 31.14 -
YUV 172.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 170 180 140 0.06 0 0.22 0.29 75 0.21 0.63
Hex AA B4 8C 6 0 16 1D 4B 15 3F
Octal 252 264 214 6 0 26 35 113 25 77
Binary 10101010 10110100 10001100 110 0 10110 11101 1001011 10101 111111

Color Harmonies of #AAB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB48C

Black with #AAB48C

Text Example


Text Example

White with #AAB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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