Html Css Color HEX #A3AD99 Norway

📋 copy color: '#A3AD99'

red 163 ◦ green 173 ◦ blue 153

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

Shades of Norway #A3AD99

Tints of Norway #A3AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 33.33%
G = 35.38%
B = 31.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A3AD99 (or 0xA3AD99) is known color: Norway. HEX triplet: A3, AD and 99. RGB value is (163,173,153). Sum of RGB (Red+Green+Blue) = 163+173+153=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD99 is #5C5266. Grayscale: #A7A7A7. Windows color (decimal): -6050407 or 10071459. OLE color: 10071459.

HSL color Cylindrical-coordinate representation of color #A3AD99: hue angle of 90º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3AD99 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 153 -
CMYK 0.06 0 0.12 0.32
HSL 90º 0.11% 0.64% -
HSV(B) 90º 0.12% 0.68% -
XYZ 35.8 39.97 35.97 -
YUV 167.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 163 173 153 0.06 0 0.12 0.32 90 0.11 0.64
Hex A3 AD 99 6 0 C 20 5A B 40
Octal 243 255 231 6 0 14 40 132 13 100
Binary 10100011 10101101 10011001 110 0 1100 100000 1011010 1011 1000000

Color Harmonies of #A3AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD99

Black with #A3AD99

Text Example


Text Example

White with #A3AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD99; }

 p { color: rgb(163,173,153); }

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

background-color css

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

 a { background-color: rgb(163,173,153); }

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

border-color css

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

 span { border-color: rgb(163,173,153); }

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