Html Css Color HEX #AAB89B Norway

📋 copy color: '#AAB89B'

red 170 ◦ green 184 ◦ blue 155

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

Shades of Norway #AAB89B

Tints of Norway #AAB89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 33.4%
G = 36.15%
B = 30.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#AAB89B (or 0xAAB89B) is known color: Norway. HEX triplet: AA, B8 and 9B. RGB value is (170,184,155). Sum of RGB (Red+Green+Blue) = 170+184+155=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89B is #554764. Grayscale: #B0B0B0. Windows color (decimal): -5588837 or 10205354. OLE color: 10205354.

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

Color convert

RGB 170 184 155 -
CMYK 0.08 0 0.16 0.28
HSL 88.97º 0.17% 0.66% -
HSV(B) 88.97º 0.16% 0.72% -
XYZ 39.63 45.19 37.64 -
YUV 176.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 170 184 155 0.08 0 0.16 0.28 88.97 0.17 0.66
Hex AA B8 9B 8 0 10 1C 59 11 42
Octal 252 270 233 10 0 20 34 131 21 102
Binary 10101010 10111000 10011011 1000 0 10000 11100 1011001 10001 1000010

Color Harmonies of #AAB89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB89B

Black with #AAB89B

Text Example


Text Example

White with #AAB89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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