Html Css Color HEX #A3B888 Norway

📋 copy color: '#A3B888'

red 163 ◦ green 184 ◦ blue 136

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

Shades of Norway #A3B888

Tints of Norway #A3B888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 33.75%
G = 38.1%
B = 28.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A3B888 (or 0xA3B888) is known color: Norway. HEX triplet: A3, B8 and 88. RGB value is (163,184,136). Sum of RGB (Red+Green+Blue) = 163+184+136=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B888 is #5C4777. Grayscale: #ACACAC. Windows color (decimal): -6047608 or 8960163. OLE color: 8960163.

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

Color convert

RGB 163 184 136 -
CMYK 0.11 0 0.26 0.28
HSL 86.25º 0.25% 0.63% -
HSV(B) 86.25º 0.26% 0.72% -
XYZ 36.69 43.85 29.82 -
YUV 172.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 163 184 136 0.11 0 0.26 0.28 86.25 0.25 0.63
Hex A3 B8 88 B 0 1A 1C 56 19 3F
Octal 243 270 210 13 0 32 34 126 31 77
Binary 10100011 10111000 10001000 1011 0 11010 11100 1010110 11001 111111

Color Harmonies of #A3B888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B888

Black with #A3B888

Text Example


Text Example

White with #A3B888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B888; }

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

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

background-color css

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

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

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

border-color css

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

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

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