Html Css Color HEX #AAB892 Norway

📋 copy color: '#AAB892'

red 170 ◦ green 184 ◦ blue 146

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

Shades of Norway #AAB892

Tints of Norway #AAB892

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

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

R = 34%
G = 36.8%
B = 29.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#AAB892 (or 0xAAB892) is known color: Norway. HEX triplet: AA, B8 and 92. RGB value is (170,184,146). Sum of RGB (Red+Green+Blue) = 170+184+146=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB892 is #55476D. Grayscale: #AFAFAF. Windows color (decimal): -5588846 or 9615530. OLE color: 9615530.

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

Color convert

RGB 170 184 146 -
CMYK 0.08 0 0.21 0.28
HSL 82.11º 0.21% 0.65% -
HSV(B) 82.11º 0.21% 0.72% -
XYZ 38.91 44.9 33.81 -
YUV 175.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 170 184 146 0.08 0 0.21 0.28 82.11 0.21 0.65
Hex AA B8 92 8 0 15 1C 52 15 41
Octal 252 270 222 10 0 25 34 122 25 101
Binary 10101010 10111000 10010010 1000 0 10101 11100 1010010 10101 1000001

Color Harmonies of #AAB892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB892

Black with #AAB892

Text Example


Text Example

White with #AAB892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB892; }

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

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

background-color css

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

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

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

border-color css

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

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

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