Html Css Color HEX #A0AE90 Norway

📋 copy color: '#A0AE90'

red 160 ◦ green 174 ◦ blue 144

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

Shades of Norway #A0AE90

Tints of Norway #A0AE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 33.47%
G = 36.4%
B = 30.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#A0AE90 (or 0xA0AE90) is known color: Norway. HEX triplet: A0, AE and 90. RGB value is (160,174,144). Sum of RGB (Red+Green+Blue) = 160+174+144=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE90 is #5F516F. Grayscale: #A6A6A6. Windows color (decimal): -6246768 or 9481888. OLE color: 9481888.

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

Color convert

RGB 160 174 144 -
CMYK 0.08 0 0.17 0.32
HSL 88º 0.16% 0.62% -
HSV(B) 88º 0.17% 0.68% -
XYZ 34.67 39.76 32.23 -
YUV 166.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 160 174 144 0.08 0 0.17 0.32 88 0.16 0.62
Hex A0 AE 90 8 0 11 20 58 10 3E
Octal 240 256 220 10 0 21 40 130 20 76
Binary 10100000 10101110 10010000 1000 0 10001 100000 1011000 10000 111110

Color Harmonies of #A0AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE90

Black with #A0AE90

Text Example


Text Example

White with #A0AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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