Html Css Color HEX #A0AF87 Norway

📋 copy color: '#A0AF87'

red 160 ◦ green 175 ◦ blue 135

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

Shades of Norway #A0AF87

Tints of Norway #A0AF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 34.04%
G = 37.23%
B = 28.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A0AF87 (or 0xA0AF87) is known color: Norway. HEX triplet: A0, AF and 87. RGB value is (160,175,135). Sum of RGB (Red+Green+Blue) = 160+175+135=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF87 is #5F5078. Grayscale: #A6A6A6. Windows color (decimal): -6246521 or 8892320. OLE color: 8892320.

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

Color convert

RGB 160 175 135 -
CMYK 0.09 0 0.23 0.31
HSL 82.5º 0.2% 0.61% -
HSV(B) 82.5º 0.23% 0.69% -
XYZ 34.2 39.88 28.82 -
YUV 165.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 160 175 135 0.09 0 0.23 0.31 82.5 0.2 0.61
Hex A0 AF 87 9 0 17 1F 52 14 3D
Octal 240 257 207 11 0 27 37 122 24 75
Binary 10100000 10101111 10000111 1001 0 10111 11111 1010010 10100 111101

Color Harmonies of #A0AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF87

Black with #A0AF87

Text Example


Text Example

White with #A0AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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