Html Css Color HEX #A3B696 Norway

📋 copy color: '#A3B696'

red 163 ◦ green 182 ◦ blue 150

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

Shades of Norway #A3B696

Tints of Norway #A3B696

RGB

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

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

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

R = 32.93%
G = 36.77%
B = 30.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A3B696 (or 0xA3B696) is known color: Norway. HEX triplet: A3, B6 and 96. RGB value is (163,182,150). Sum of RGB (Red+Green+Blue) = 163+182+150=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B696 is #5C4969. Grayscale: #ACACAC. Windows color (decimal): -6048106 or 9877155. OLE color: 9877155.

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

Color convert

RGB 163 182 150 -
CMYK 0.10 0 0.18 0.29
HSL 95.63º 0.18% 0.65% -
HSV(B) 95.63º 0.18% 0.71% -
XYZ 37.34 43.44 35.27 -
YUV 172.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 163 182 150 0.10 0 0.18 0.29 95.63 0.18 0.65
Hex A3 B6 96 A 0 12 1D 60 12 41
Octal 243 266 226 12 0 22 35 140 22 101
Binary 10100011 10110110 10010110 1010 0 10010 11101 1100000 10010 1000001

Color Harmonies of #A3B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B696

Black with #A3B696

Text Example


Text Example

White with #A3B696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B696; }

 p { color: rgb(163,182,150); }

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

background-color css

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

 a { background-color: rgb(163,182,150); }

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

border-color css

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

 span { border-color: rgb(163,182,150); }

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