Html Css Color HEX #A0AE84 Norway

📋 copy color: '#A0AE84'

red 160 ◦ green 174 ◦ blue 132

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

Shades of Norway #A0AE84

Tints of Norway #A0AE84

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

 GREEN value IS 174 (68.36% from 255) = 37.34%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 34.33%
G = 37.34%
B = 28.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#A0AE84 (or 0xA0AE84) is known color: Norway. HEX triplet: A0, AE and 84. RGB value is (160,174,132). Sum of RGB (Red+Green+Blue) = 160+174+132=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE84 is #5F517B. Grayscale: #A5A5A5. Windows color (decimal): -6246780 or 8695456. OLE color: 8695456.

HSL color Cylindrical-coordinate representation of color #A0AE84: hue angle of 80º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0AE84 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 174 132 -
CMYK 0.08 0 0.24 0.32
HSL 80º 0.21% 0.6% -
HSV(B) 80º 0.24% 0.68% -
XYZ 33.8 39.41 27.66 -
YUV 165.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 160 174 132 0.08 0 0.24 0.32 80 0.21 0.6
Hex A0 AE 84 8 0 18 20 50 15 3C
Octal 240 256 204 10 0 30 40 120 25 74
Binary 10100000 10101110 10000100 1000 0 11000 100000 1010000 10101 111100

Color Harmonies of #A0AE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE84

Black with #A0AE84

Text Example


Text Example

White with #A0AE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE84; }

 p { color: rgb(160,174,132); }

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

background-color css

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

 a { background-color: rgb(160,174,132); }

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

border-color css

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

 span { border-color: rgb(160,174,132); }

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