Html Css Color HEX #A3B795 Norway

📋 copy color: '#A3B795'

red 163 ◦ green 183 ◦ blue 149

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

Shades of Norway #A3B795

Tints of Norway #A3B795

RGB

 RED value IS 163 (64.06% from 255) = 32.93%

 GREEN value IS 183 (71.88% from 255) = 36.97%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 32.93%
G = 36.97%
B = 30.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#A3B795 (or 0xA3B795) is known color: Norway. HEX triplet: A3, B7 and 95. RGB value is (163,183,149). Sum of RGB (Red+Green+Blue) = 163+183+149=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B795 is #5C486A. Grayscale: #ADADAD. Windows color (decimal): -6047851 or 9811875. OLE color: 9811875.

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

Color convert

RGB 163 183 149 -
CMYK 0.11 0 0.19 0.28
HSL 95.29º 0.19% 0.65% -
HSV(B) 95.29º 0.19% 0.72% -
XYZ 37.46 43.82 34.92 -
YUV 173.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 163 183 149 0.11 0 0.19 0.28 95.29 0.19 0.65
Hex A3 B7 95 B 0 13 1C 5F 13 41
Octal 243 267 225 13 0 23 34 137 23 101
Binary 10100011 10110111 10010101 1011 0 10011 11100 1011111 10011 1000001

Color Harmonies of #A3B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B795

Black with #A3B795

Text Example


Text Example

White with #A3B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B795; }

 p { color: rgb(163,183,149); }

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

background-color css

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

 a { background-color: rgb(163,183,149); }

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

border-color css

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

 span { border-color: rgb(163,183,149); }

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