Html Css Color HEX #AAC689 Norway

📋 copy color: '#AAC689'

red 170 ◦ green 198 ◦ blue 137

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

Shades of Norway #AAC689

Tints of Norway #AAC689

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 33.66%
G = 39.21%
B = 27.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#AAC689 (or 0xAAC689) is known color: Norway. HEX triplet: AA, C6 and 89. RGB value is (170,198,137). Sum of RGB (Red+Green+Blue) = 170+198+137=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC689 is #553976. Grayscale: #B6B6B6. Windows color (decimal): -5585271 or 9029290. OLE color: 9029290.

HSL color Cylindrical-coordinate representation of color #AAC689: hue angle of 87.54º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC689 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 137 -
CMYK 0.14 0 0.31 0.22
HSL 87.54º 0.35% 0.66% -
HSV(B) 87.54º 0.31% 0.78% -
XYZ 41.29 50.74 31.28 -
YUV 182.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 170 198 137 0.14 0 0.31 0.22 87.54 0.35 0.66
Hex AA C6 89 E 0 1F 16 58 23 42
Octal 252 306 211 16 0 37 26 130 43 102
Binary 10101010 11000110 10001001 1110 0 11111 10110 1011000 100011 1000010

Color Harmonies of #AAC689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC689

Black with #AAC689

Text Example


Text Example

White with #AAC689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC689; }

 p { color: rgb(170,198,137); }

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

background-color css

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

 a { background-color: rgb(170,198,137); }

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

border-color css

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

 span { border-color: rgb(170,198,137); }

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