Html Css Color HEX #AAC48B Norway

📋 copy color: '#AAC48B'

red 170 ◦ green 196 ◦ blue 139

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

Shades of Norway #AAC48B

Tints of Norway #AAC48B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 33.66%
G = 38.81%
B = 27.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#AAC48B (or 0xAAC48B) is known color: Norway. HEX triplet: AA, C4 and 8B. RGB value is (170,196,139). Sum of RGB (Red+Green+Blue) = 170+196+139=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC48B is #553B74. Grayscale: #B5B5B5. Windows color (decimal): -5585781 or 9159850. OLE color: 9159850.

HSL color Cylindrical-coordinate representation of color #AAC48B: hue angle of 87.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC48B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 139 -
CMYK 0.13 0 0.29 0.23
HSL 87.37º 0.33% 0.66% -
HSV(B) 87.37º 0.29% 0.77% -
XYZ 40.98 49.89 31.9 -
YUV 181.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 170 196 139 0.13 0 0.29 0.23 87.37 0.33 0.66
Hex AA C4 8B D 0 1D 17 57 21 42
Octal 252 304 213 15 0 35 27 127 41 102
Binary 10101010 11000100 10001011 1101 0 11101 10111 1010111 100001 1000010

Color Harmonies of #AAC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC48B

Black with #AAC48B

Text Example


Text Example

White with #AAC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC48B; }

 p { color: rgb(170,196,139); }

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

background-color css

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

 a { background-color: rgb(170,196,139); }

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

border-color css

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

 span { border-color: rgb(170,196,139); }

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