Html Css Color HEX #A3B383 Norway

📋 copy color: '#A3B383'

red 163 ◦ green 179 ◦ blue 131

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

Shades of Norway #A3B383

Tints of Norway #A3B383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.7%

R = 34.46%
G = 37.84%
B = 27.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#A3B383 (or 0xA3B383) is known color: Norway. HEX triplet: A3, B3 and 83. RGB value is (163,179,131). Sum of RGB (Red+Green+Blue) = 163+179+131=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B383 is #5C4C7C. Grayscale: #A8A8A8. Windows color (decimal): -6048893 or 8631203. OLE color: 8631203.

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

Color convert

RGB 163 179 131 -
CMYK 0.09 0 0.27 0.30
HSL 80º 0.24% 0.61% -
HSV(B) 80º 0.27% 0.7% -
XYZ 35.32 41.67 27.65 -
YUV 168.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 163 179 131 0.09 0 0.27 0.30 80 0.24 0.61
Hex A3 B3 83 9 0 1B 1E 50 18 3D
Octal 243 263 203 11 0 33 36 120 30 75
Binary 10100011 10110011 10000011 1001 0 11011 11110 1010000 11000 111101

Color Harmonies of #A3B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B383

Black with #A3B383

Text Example


Text Example

White with #A3B383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B383; }

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

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

background-color css

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

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

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

border-color css

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

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

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