Html Css Color HEX #A2AF89 Norway

📋 copy color: '#A2AF89'

red 162 ◦ green 175 ◦ blue 137

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

Shades of Norway #A2AF89

Tints of Norway #A2AF89

RGB

 RED value IS 162 (63.67% from 255) = 34.18%

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

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

R = 34.18%
G = 36.92%
B = 28.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#A2AF89 (or 0xA2AF89) is known color: Norway. HEX triplet: A2, AF and 89. RGB value is (162,175,137). Sum of RGB (Red+Green+Blue) = 162+175+137=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF89 is #5D5076. Grayscale: #A6A6A6. Windows color (decimal): -6115447 or 9023394. OLE color: 9023394.

HSL color Cylindrical-coordinate representation of color #A2AF89: hue angle of 80.53º 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 #A2AF89 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 137 -
CMYK 0.07 0 0.22 0.31
HSL 80.53º 0.19% 0.61% -
HSV(B) 80.53º 0.22% 0.69% -
XYZ 34.75 40.15 29.58 -
YUV 166.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 162 175 137 0.07 0 0.22 0.31 80.53 0.19 0.61
Hex A2 AF 89 7 0 16 1F 51 13 3D
Octal 242 257 211 7 0 26 37 121 23 75
Binary 10100010 10101111 10001001 111 0 10110 11111 1010001 10011 111101

Color Harmonies of #A2AF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF89

Black with #A2AF89

Text Example


Text Example

White with #A2AF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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