Html Css Color HEX #AAB699 Norway

📋 copy color: '#AAB699'

red 170 ◦ green 182 ◦ blue 153

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

Shades of Norway #AAB699

Tints of Norway #AAB699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 33.66%
G = 36.04%
B = 30.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AAB699 (or 0xAAB699) is known color: Norway. HEX triplet: AA, B6 and 99. RGB value is (170,182,153). Sum of RGB (Red+Green+Blue) = 170+182+153=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB699 is #554966. Grayscale: #AFAFAF. Windows color (decimal): -5589351 or 10073770. OLE color: 10073770.

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

Color convert

RGB 170 182 153 -
CMYK 0.07 0 0.16 0.29
HSL 84.83º 0.17% 0.66% -
HSV(B) 84.83º 0.16% 0.71% -
XYZ 39.06 44.3 36.63 -
YUV 175.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 170 182 153 0.07 0 0.16 0.29 84.83 0.17 0.66
Hex AA B6 99 7 0 10 1D 55 11 42
Octal 252 266 231 7 0 20 35 125 21 102
Binary 10101010 10110110 10011001 111 0 10000 11101 1010101 10001 1000010

Color Harmonies of #AAB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB699

Black with #AAB699

Text Example


Text Example

White with #AAB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB699; }

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

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

background-color css

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

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

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

border-color css

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

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

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