Html Css Color HEX #AAB88D Norway

📋 copy color: '#AAB88D'

red 170 ◦ green 184 ◦ blue 141

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

Shades of Norway #AAB88D

Tints of Norway #AAB88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 34.34%
G = 37.17%
B = 28.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#AAB88D (or 0xAAB88D) is known color: Norway. HEX triplet: AA, B8 and 8D. RGB value is (170,184,141). Sum of RGB (Red+Green+Blue) = 170+184+141=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB88D is #554772. Grayscale: #AFAFAF. Windows color (decimal): -5588851 or 9287850. OLE color: 9287850.

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

Color convert

RGB 170 184 141 -
CMYK 0.08 0 0.23 0.28
HSL 79.53º 0.23% 0.64% -
HSV(B) 79.53º 0.23% 0.72% -
XYZ 38.53 44.75 31.81 -
YUV 174.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 170 184 141 0.08 0 0.23 0.28 79.53 0.23 0.64
Hex AA B8 8D 8 0 17 1C 50 17 40
Octal 252 270 215 10 0 27 34 120 27 100
Binary 10101010 10111000 10001101 1000 0 10111 11100 1010000 10111 1000000

Color Harmonies of #AAB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB88D

Black with #AAB88D

Text Example


Text Example

White with #AAB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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