Html Css Color HEX #A3B887 Norway

📋 copy color: '#A3B887'

red 163 ◦ green 184 ◦ blue 135

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

Shades of Norway #A3B887

Tints of Norway #A3B887

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.17%

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 33.82%
G = 38.17%
B = 28.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#A3B887 (or 0xA3B887) is known color: Norway. HEX triplet: A3, B8 and 87. RGB value is (163,184,135). Sum of RGB (Red+Green+Blue) = 163+184+135=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B887 is #5C4778. Grayscale: #ACACAC. Windows color (decimal): -6047609 or 8894627. OLE color: 8894627.

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

Color convert

RGB 163 184 135 -
CMYK 0.11 0 0.27 0.28
HSL 85.71º 0.26% 0.63% -
HSV(B) 85.71º 0.27% 0.72% -
XYZ 36.62 43.82 29.45 -
YUV 172.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 163 184 135 0.11 0 0.27 0.28 85.71 0.26 0.63
Hex A3 B8 87 B 0 1B 1C 56 1A 3F
Octal 243 270 207 13 0 33 34 126 32 77
Binary 10100011 10111000 10000111 1011 0 11011 11100 1010110 11010 111111

Color Harmonies of #A3B887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B887

Black with #A3B887

Text Example


Text Example

White with #A3B887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B887; }

 p { color: rgb(163,184,135); }

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

background-color css

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

 a { background-color: rgb(163,184,135); }

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

border-color css

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

 span { border-color: rgb(163,184,135); }

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