Html Css Color HEX #A0AF89 Norway

📋 copy color: '#A0AF89'

red 160 ◦ green 175 ◦ blue 137

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

Shades of Norway #A0AF89

Tints of Norway #A0AF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 33.9%
G = 37.08%
B = 29.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#A0AF89 (or 0xA0AF89) is known color: Norway. HEX triplet: A0, AF and 89. RGB value is (160,175,137). Sum of RGB (Red+Green+Blue) = 160+175+137=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF89 is #5F5076. Grayscale: #A6A6A6. Windows color (decimal): -6246519 or 9023392. OLE color: 9023392.

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

Color convert

RGB 160 175 137 -
CMYK 0.09 0 0.22 0.31
HSL 83.68º 0.19% 0.61% -
HSV(B) 83.68º 0.22% 0.69% -
XYZ 34.34 39.94 29.57 -
YUV 166.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 160 175 137 0.09 0 0.22 0.31 83.68 0.19 0.61
Hex A0 AF 89 9 0 16 1F 54 13 3D
Octal 240 257 211 11 0 26 37 124 23 75
Binary 10100000 10101111 10001001 1001 0 10110 11111 1010100 10011 111101

Color Harmonies of #A0AF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF89

Black with #A0AF89

Text Example


Text Example

White with #A0AF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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