Html Css Color HEX #AAC38B Norway

📋 copy color: '#AAC38B'

red 170 ◦ green 195 ◦ blue 139

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

Shades of Norway #AAC38B

Tints of Norway #AAC38B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 33.73%
G = 38.69%
B = 27.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#AAC38B (or 0xAAC38B) is known color: Norway. HEX triplet: AA, C3 and 8B. RGB value is (170,195,139). Sum of RGB (Red+Green+Blue) = 170+195+139=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC38B is #553C74. Grayscale: #B5B5B5. Windows color (decimal): -5586037 or 9159594. OLE color: 9159594.

HSL color Cylindrical-coordinate representation of color #AAC38B: hue angle of 86.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC38B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 139 -
CMYK 0.13 0 0.29 0.24
HSL 86.79º 0.32% 0.65% -
HSV(B) 86.79º 0.29% 0.76% -
XYZ 40.75 49.44 31.82 -
YUV 181.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 170 195 139 0.13 0 0.29 0.24 86.79 0.32 0.65
Hex AA C3 8B D 0 1D 18 57 20 41
Octal 252 303 213 15 0 35 30 127 40 101
Binary 10101010 11000011 10001011 1101 0 11101 11000 1010111 100000 1000001

Color Harmonies of #AAC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC38B

Black with #AAC38B

Text Example


Text Example

White with #AAC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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