Html Css Color HEX #A2AF87 Norway

📋 copy color: '#A2AF87'

red 162 ◦ green 175 ◦ blue 135

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

Shades of Norway #A2AF87

Tints of Norway #A2AF87

RGB

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

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

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

R = 34.32%
G = 37.08%
B = 28.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#A2AF87 (or 0xA2AF87) is known color: Norway. HEX triplet: A2, AF and 87. RGB value is (162,175,135). Sum of RGB (Red+Green+Blue) = 162+175+135=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF87 is #5D5078. Grayscale: #A6A6A6. Windows color (decimal): -6115449 or 8892322. OLE color: 8892322.

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

Color convert

RGB 162 175 135 -
CMYK 0.07 0 0.23 0.31
HSL 79.5º 0.2% 0.61% -
HSV(B) 79.5º 0.23% 0.69% -
XYZ 34.6 40.09 28.84 -
YUV 166.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 162 175 135 0.07 0 0.23 0.31 79.5 0.2 0.61
Hex A2 AF 87 7 0 17 1F 50 14 3D
Octal 242 257 207 7 0 27 37 120 24 75
Binary 10100010 10101111 10000111 111 0 10111 11111 1010000 10100 111101

Color Harmonies of #A2AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF87

Black with #A2AF87

Text Example


Text Example

White with #A2AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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