Html Css Color HEX #A3B387 Norway

📋 copy color: '#A3B387'

red 163 ◦ green 179 ◦ blue 135

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

Shades of Norway #A3B387

Tints of Norway #A3B387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.53%

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

R = 34.17%
G = 37.53%
B = 28.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#A3B387 (or 0xA3B387) is known color: Norway. HEX triplet: A3, B3 and 87. RGB value is (163,179,135). Sum of RGB (Red+Green+Blue) = 163+179+135=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B387 is #5C4C78. Grayscale: #A9A9A9. Windows color (decimal): -6048889 or 8893347. OLE color: 8893347.

HSL color Cylindrical-coordinate representation of color #A3B387: hue angle of 81.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3B387 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 179 135 -
CMYK 0.09 0 0.25 0.30
HSL 81.82º 0.22% 0.62% -
HSV(B) 81.82º 0.25% 0.7% -
XYZ 35.6 41.78 29.11 -
YUV 169.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 163 179 135 0.09 0 0.25 0.30 81.82 0.22 0.62
Hex A3 B3 87 9 0 19 1E 52 16 3E
Octal 243 263 207 11 0 31 36 122 26 76
Binary 10100011 10110011 10000111 1001 0 11001 11110 1010010 10110 111110

Color Harmonies of #A3B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B387

Black with #A3B387

Text Example


Text Example

White with #A3B387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B387; }

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

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

background-color css

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

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

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

border-color css

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

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

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