Html Css Color HEX #AEBB9C Norway

📋 copy color: '#AEBB9C'

red 174 ◦ green 187 ◦ blue 156

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

Shades of Norway #AEBB9C

Tints of Norway #AEBB9C

RGB

 RED value IS 174 (68.36% from 255) = 33.66%

 GREEN value IS 187 (73.44% from 255) = 36.17%

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 33.66%
G = 36.17%
B = 30.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AEBB9C (or 0xAEBB9C) is known color: Norway. HEX triplet: AE, BB and 9C. RGB value is (174,187,156). Sum of RGB (Red+Green+Blue) = 174+187+156=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9C is #514463. Grayscale: #B3B3B3. Windows color (decimal): -5325924 or 10271662. OLE color: 10271662.

HSL color Cylindrical-coordinate representation of color #AEBB9C: hue angle of 85.16º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBB9C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 156 -
CMYK 0.07 0 0.17 0.27
HSL 85.16º 0.19% 0.67% -
HSV(B) 85.16º 0.17% 0.73% -
XYZ 41.23 46.94 38.34 -
YUV 179.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 174 187 156 0.07 0 0.17 0.27 85.16 0.19 0.67
Hex AE BB 9C 7 0 11 1B 55 13 43
Octal 256 273 234 7 0 21 33 125 23 103
Binary 10101110 10111011 10011100 111 0 10001 11011 1010101 10011 1000011

Color Harmonies of #AEBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB9C

Black with #AEBB9C

Text Example


Text Example

White with #AEBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB9C; }

 p { color: rgb(174,187,156); }

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

background-color css

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

 a { background-color: rgb(174,187,156); }

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

border-color css

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

 span { border-color: rgb(174,187,156); }

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