Html Css Color HEX #A2B099 Norway

📋 copy color: '#A2B099'

red 162 ◦ green 176 ◦ blue 153

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

Shades of Norway #A2B099

Tints of Norway #A2B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 32.99%
G = 35.85%
B = 31.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A2B099 (or 0xA2B099) is known color: Norway. HEX triplet: A2, B0 and 99. RGB value is (162,176,153). Sum of RGB (Red+Green+Blue) = 162+176+153=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B099 is #5D4F66. Grayscale: #A9A9A9. Windows color (decimal): -6115175 or 10072226. OLE color: 10072226.

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

Color convert

RGB 162 176 153 -
CMYK 0.08 0 0.13 0.31
HSL 96.52º 0.13% 0.65% -
HSV(B) 96.52º 0.13% 0.69% -
XYZ 36.18 41.03 36.15 -
YUV 169.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 162 176 153 0.08 0 0.13 0.31 96.52 0.13 0.65
Hex A2 B0 99 8 0 D 1F 61 D 41
Octal 242 260 231 10 0 15 37 141 15 101
Binary 10100010 10110000 10011001 1000 0 1101 11111 1100001 1101 1000001

Color Harmonies of #A2B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B099

Black with #A2B099

Text Example


Text Example

White with #A2B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B099; }

 p { color: rgb(162,176,153); }

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

background-color css

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

 a { background-color: rgb(162,176,153); }

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

border-color css

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

 span { border-color: rgb(162,176,153); }

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