Html Css Color HEX #A0AF90 Norway

📋 copy color: '#A0AF90'

red 160 ◦ green 175 ◦ blue 144

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

Shades of Norway #A0AF90

Tints of Norway #A0AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

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

R = 33.4%
G = 36.53%
B = 30.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#A0AF90 (or 0xA0AF90) is known color: Norway. HEX triplet: A0, AF and 90. RGB value is (160,175,144). Sum of RGB (Red+Green+Blue) = 160+175+144=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF90 is #5F506F. Grayscale: #A7A7A7. Windows color (decimal): -6246512 or 9482144. OLE color: 9482144.

HSL color Cylindrical-coordinate representation of color #A0AF90: hue angle of 89.03º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0AF90 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 144 -
CMYK 0.09 0 0.18 0.31
HSL 89.03º 0.16% 0.63% -
HSV(B) 89.03º 0.18% 0.69% -
XYZ 34.86 40.15 32.3 -
YUV 166.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 160 175 144 0.09 0 0.18 0.31 89.03 0.16 0.63
Hex A0 AF 90 9 0 12 1F 59 10 3F
Octal 240 257 220 11 0 22 37 131 20 77
Binary 10100000 10101111 10010000 1001 0 10010 11111 1011001 10000 111111

Color Harmonies of #A0AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF90

Black with #A0AF90

Text Example


Text Example

White with #A0AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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