Html Css Color HEX #A3B38D Norway

📋 copy color: '#A3B38D'

red 163 ◦ green 179 ◦ blue 141

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

Shades of Norway #A3B38D

Tints of Norway #A3B38D

RGB

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

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

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

R = 33.75%
G = 37.06%
B = 29.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#A3B38D (or 0xA3B38D) is known color: Norway. HEX triplet: A3, B3 and 8D. RGB value is (163,179,141). Sum of RGB (Red+Green+Blue) = 163+179+141=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B38D is #5C4C72. Grayscale: #AAAAAA. Windows color (decimal): -6048883 or 9286563. OLE color: 9286563.

HSL color Cylindrical-coordinate representation of color #A3B38D: hue angle of 85.26º degrees, saturation: 0.2, 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 #A3B38D is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 179 141 -
CMYK 0.09 0 0.21 0.30
HSL 85.26º 0.2% 0.63% -
HSV(B) 85.26º 0.21% 0.7% -
XYZ 36.03 41.95 31.4 -
YUV 169.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 163 179 141 0.09 0 0.21 0.30 85.26 0.2 0.63
Hex A3 B3 8D 9 0 15 1E 55 14 3F
Octal 243 263 215 11 0 25 36 125 24 77
Binary 10100011 10110011 10001101 1001 0 10101 11110 1010101 10100 111111

Color Harmonies of #A3B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B38D

Black with #A3B38D

Text Example


Text Example

White with #A3B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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