Html Css Color HEX #AAB692 Green Spring

📋 copy color: '#AAB692'

red 170 ◦ green 182 ◦ blue 146

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

Shades of Green Spring #AAB692

Tints of Green Spring #AAB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 34.14%
G = 36.55%
B = 29.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#AAB692 (or 0xAAB692) is known color: Green Spring. HEX triplet: AA, B6 and 92. RGB value is (170,182,146). Sum of RGB (Red+Green+Blue) = 170+182+146=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB692 is #55496D. Grayscale: #AEAEAE. Windows color (decimal): -5589358 or 9615018. OLE color: 9615018.

HSL color Cylindrical-coordinate representation of color #AAB692: hue angle of 80º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB692 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 146 -
CMYK 0.07 0 0.20 0.29
HSL 80º 0.2% 0.64% -
HSV(B) 80º 0.2% 0.71% -
XYZ 38.49 44.08 33.67 -
YUV 174.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 170 182 146 0.07 0 0.20 0.29 80 0.2 0.64
Hex AA B6 92 7 0 14 1D 50 14 40
Octal 252 266 222 7 0 24 35 120 24 100
Binary 10101010 10110110 10010010 111 0 10100 11101 1010000 10100 1000000

Color Harmonies of #AAB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB692

Black with #AAB692

Text Example


Text Example

White with #AAB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB692; }

 p { color: rgb(170,182,146); }

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

background-color css

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

 a { background-color: rgb(170,182,146); }

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

border-color css

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

 span { border-color: rgb(170,182,146); }

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