Html Css Color HEX #A2B693 Norway

📋 copy color: '#A2B693'

red 162 ◦ green 182 ◦ blue 147

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

Shades of Norway #A2B693

Tints of Norway #A2B693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 32.99%
G = 37.07%
B = 29.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A2B693 (or 0xA2B693) is known color: Norway. HEX triplet: A2, B6 and 93. RGB value is (162,182,147). Sum of RGB (Red+Green+Blue) = 162+182+147=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B693 is #5D496C. Grayscale: #ACACAC. Windows color (decimal): -6113645 or 9680546. OLE color: 9680546.

HSL color Cylindrical-coordinate representation of color #A2B693: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2B693 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 147 -
CMYK 0.11 0 0.19 0.29
HSL 94.29º 0.19% 0.65% -
HSV(B) 94.29º 0.19% 0.71% -
XYZ 36.89 43.24 34.01 -
YUV 172.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 162 182 147 0.11 0 0.19 0.29 94.29 0.19 0.65
Hex A2 B6 93 B 0 13 1D 5E 13 41
Octal 242 266 223 13 0 23 35 136 23 101
Binary 10100010 10110110 10010011 1011 0 10011 11101 1011110 10011 1000001

Color Harmonies of #A2B693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B693

Black with #A2B693

Text Example


Text Example

White with #A2B693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B693; }

 p { color: rgb(162,182,147); }

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

background-color css

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

 a { background-color: rgb(162,182,147); }

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

border-color css

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

 span { border-color: rgb(162,182,147); }

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