Html Css Color HEX #A3B58D Norway

📋 copy color: '#A3B58D'

red 163 ◦ green 181 ◦ blue 141

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

Shades of Norway #A3B58D

Tints of Norway #A3B58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 33.61%
G = 37.32%
B = 29.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#A3B58D (or 0xA3B58D) is known color: Norway. HEX triplet: A3, B5 and 8D. RGB value is (163,181,141). Sum of RGB (Red+Green+Blue) = 163+181+141=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B58D is #5C4A72. Grayscale: #ABABAB. Windows color (decimal): -6048371 or 9287075. OLE color: 9287075.

HSL color Cylindrical-coordinate representation of color #A3B58D: hue angle of 87º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3B58D is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 181 141 -
CMYK 0.10 0 0.22 0.29
HSL 87º 0.21% 0.63% -
HSV(B) 87º 0.22% 0.71% -
XYZ 36.44 42.76 31.53 -
YUV 171.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 163 181 141 0.10 0 0.22 0.29 87 0.21 0.63
Hex A3 B5 8D A 0 16 1D 57 15 3F
Octal 243 265 215 12 0 26 35 127 25 77
Binary 10100011 10110101 10001101 1010 0 10110 11101 1010111 10101 111111

Color Harmonies of #A3B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B58D

Black with #A3B58D

Text Example


Text Example

White with #A3B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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