Html Css Color HEX #A2A99B Norway

📋 copy color: '#A2A99B'

red 162 ◦ green 169 ◦ blue 155

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

Shades of Norway #A2A99B

Tints of Norway #A2A99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 33.33%
G = 34.77%
B = 31.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A2A99B (or 0xA2A99B) is known color: Norway. HEX triplet: A2, A9 and 9B. RGB value is (162,169,155). Sum of RGB (Red+Green+Blue) = 162+169+155=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A99B is #5D5664. Grayscale: #A5A5A5. Windows color (decimal): -6116965 or 10201506. OLE color: 10201506.

HSL color Cylindrical-coordinate representation of color #A2A99B: hue angle of 90º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2A99B is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 155 -
CMYK 0.04 0 0.08 0.34
HSL 90º 0.08% 0.64% -
HSV(B) 90º 0.08% 0.66% -
XYZ 35 38.42 36.58 -
YUV 165.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 162 169 155 0.04 0 0.08 0.34 90 0.08 0.64
Hex A2 A9 9B 4 0 8 22 5A 8 40
Octal 242 251 233 4 0 10 42 132 10 100
Binary 10100010 10101001 10011011 100 0 1000 100010 1011010 1000 1000000

Color Harmonies of #A2A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A99B

Black with #A2A99B

Text Example


Text Example

White with #A2A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A99B; }

 p { color: rgb(162,169,155); }

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

background-color css

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

 a { background-color: rgb(162,169,155); }

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

border-color css

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

 span { border-color: rgb(162,169,155); }

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