Html Css Color HEX #A3B28D Norway

📋 copy color: '#A3B28D'

red 163 ◦ green 178 ◦ blue 141

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

Shades of Norway #A3B28D

Tints of Norway #A3B28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 33.82%
G = 36.93%
B = 29.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#A3B28D (or 0xA3B28D) is known color: Norway. HEX triplet: A3, B2 and 8D. RGB value is (163,178,141). Sum of RGB (Red+Green+Blue) = 163+178+141=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B28D is #5C4D72. Grayscale: #A9A9A9. Windows color (decimal): -6049139 or 9286307. OLE color: 9286307.

HSL color Cylindrical-coordinate representation of color #A3B28D: hue angle of 84.32º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B28D is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 178 141 -
CMYK 0.08 0 0.21 0.30
HSL 84.32º 0.19% 0.63% -
HSV(B) 84.32º 0.21% 0.7% -
XYZ 35.83 41.55 31.33 -
YUV 169.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 163 178 141 0.08 0 0.21 0.30 84.32 0.19 0.63
Hex A3 B2 8D 8 0 15 1E 54 13 3F
Octal 243 262 215 10 0 25 36 124 23 77
Binary 10100011 10110010 10001101 1000 0 10101 11110 1010100 10011 111111

Color Harmonies of #A3B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B28D

Black with #A3B28D

Text Example


Text Example

White with #A3B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B28D; }

 p { color: rgb(163,178,141); }

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

background-color css

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

 a { background-color: rgb(163,178,141); }

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

border-color css

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

 span { border-color: rgb(163,178,141); }

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