Html Css Color HEX #AEBC9A Norway

📋 copy color: '#AEBC9A'

red 174 ◦ green 188 ◦ blue 154

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

Shades of Norway #AEBC9A

Tints of Norway #AEBC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 33.72%
G = 36.43%
B = 29.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#AEBC9A (or 0xAEBC9A) is known color: Norway. HEX triplet: AE, BC and 9A. RGB value is (174,188,154). Sum of RGB (Red+Green+Blue) = 174+188+154=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC9A is #514365. Grayscale: #B4B4B4. Windows color (decimal): -5325670 or 10140846. OLE color: 10140846.

HSL color Cylindrical-coordinate representation of color #AEBC9A: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBC9A is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 154 -
CMYK 0.07 0 0.18 0.26
HSL 84.71º 0.2% 0.67% -
HSV(B) 84.71º 0.18% 0.74% -
XYZ 41.27 47.3 37.53 -
YUV 179.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 174 188 154 0.07 0 0.18 0.26 84.71 0.2 0.67
Hex AE BC 9A 7 0 12 1A 55 14 43
Octal 256 274 232 7 0 22 32 125 24 103
Binary 10101110 10111100 10011010 111 0 10010 11010 1010101 10100 1000011

Color Harmonies of #AEBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC9A

Black with #AEBC9A

Text Example


Text Example

White with #AEBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC9A; }

 p { color: rgb(174,188,154); }

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

background-color css

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

 a { background-color: rgb(174,188,154); }

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

border-color css

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

 span { border-color: rgb(174,188,154); }

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