Html Css Color HEX #AAB795 Norway

📋 copy color: '#AAB795'

red 170 ◦ green 183 ◦ blue 149

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

Shades of Norway #AAB795

Tints of Norway #AAB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.45%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 33.86%
G = 36.45%
B = 29.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#AAB795 (or 0xAAB795) is known color: Norway. HEX triplet: AA, B7 and 95. RGB value is (170,183,149). Sum of RGB (Red+Green+Blue) = 170+183+149=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB795 is #55486A. Grayscale: #AFAFAF. Windows color (decimal): -5589099 or 9811882. OLE color: 9811882.

HSL color Cylindrical-coordinate representation of color #AAB795: hue angle of 82.94º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB795 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 149 -
CMYK 0.07 0 0.19 0.28
HSL 82.94º 0.19% 0.65% -
HSV(B) 82.94º 0.19% 0.72% -
XYZ 38.94 44.58 34.99 -
YUV 175.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 170 183 149 0.07 0 0.19 0.28 82.94 0.19 0.65
Hex AA B7 95 7 0 13 1C 53 13 41
Octal 252 267 225 7 0 23 34 123 23 101
Binary 10101010 10110111 10010101 111 0 10011 11100 1010011 10011 1000001

Color Harmonies of #AAB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB795

Black with #AAB795

Text Example


Text Example

White with #AAB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB795; }

 p { color: rgb(170,183,149); }

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

background-color css

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

 a { background-color: rgb(170,183,149); }

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

border-color css

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

 span { border-color: rgb(170,183,149); }

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