Html Css Color HEX #A2AF96 Norway

📋 copy color: '#A2AF96'

red 162 ◦ green 175 ◦ blue 150

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

Shades of Norway #A2AF96

Tints of Norway #A2AF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 33.26%
G = 35.93%
B = 30.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#A2AF96 (or 0xA2AF96) is known color: Norway. HEX triplet: A2, AF and 96. RGB value is (162,175,150). Sum of RGB (Red+Green+Blue) = 162+175+150=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF96 is #5D5069. Grayscale: #A8A8A8. Windows color (decimal): -6115434 or 9875362. OLE color: 9875362.

HSL color Cylindrical-coordinate representation of color #A2AF96: hue angle of 91.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2AF96 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 150 -
CMYK 0.07 0 0.14 0.31
HSL 91.2º 0.14% 0.64% -
HSV(B) 91.2º 0.14% 0.69% -
XYZ 35.74 40.54 34.8 -
YUV 168.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 162 175 150 0.07 0 0.14 0.31 91.2 0.14 0.64
Hex A2 AF 96 7 0 E 1F 5B E 40
Octal 242 257 226 7 0 16 37 133 16 100
Binary 10100010 10101111 10010110 111 0 1110 11111 1011011 1110 1000000

Color Harmonies of #A2AF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF96

Black with #A2AF96

Text Example


Text Example

White with #A2AF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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