Html Css Color HEX #A3B487 Norway

📋 copy color: '#A3B487'

red 163 ◦ green 180 ◦ blue 135

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

Shades of Norway #A3B487

Tints of Norway #A3B487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

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

R = 34.1%
G = 37.66%
B = 28.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#A3B487 (or 0xA3B487) is known color: Norway. HEX triplet: A3, B4 and 87. RGB value is (163,180,135). Sum of RGB (Red+Green+Blue) = 163+180+135=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B487 is #5C4B78. Grayscale: #A9A9A9. Windows color (decimal): -6048633 or 8893603. OLE color: 8893603.

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

Color convert

RGB 163 180 135 -
CMYK 0.09 0 0.25 0.29
HSL 82.67º 0.23% 0.62% -
HSV(B) 82.67º 0.25% 0.71% -
XYZ 35.8 42.18 29.18 -
YUV 169.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 163 180 135 0.09 0 0.25 0.29 82.67 0.23 0.62
Hex A3 B4 87 9 0 19 1D 53 17 3E
Octal 243 264 207 11 0 31 35 123 27 76
Binary 10100011 10110100 10000111 1001 0 11001 11101 1010011 10111 111110

Color Harmonies of #A3B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B487

Black with #A3B487

Text Example


Text Example

White with #A3B487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B487; }

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

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

background-color css

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

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

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

border-color css

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

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

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