Html Css Color HEX #A3AD97 Norway

📋 copy color: '#A3AD97'

red 163 ◦ green 173 ◦ blue 151

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

Shades of Norway #A3AD97

Tints of Norway #A3AD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 33.47%
G = 35.52%
B = 31.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#A3AD97 (or 0xA3AD97) is known color: Norway. HEX triplet: A3, AD and 97. RGB value is (163,173,151). Sum of RGB (Red+Green+Blue) = 163+173+151=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD97 is #5C5268. Grayscale: #A7A7A7. Windows color (decimal): -6050409 or 9940387. OLE color: 9940387.

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

Color convert

RGB 163 173 151 -
CMYK 0.06 0 0.13 0.32
HSL 87.27º 0.12% 0.64% -
HSV(B) 87.27º 0.13% 0.68% -
XYZ 35.63 39.91 35.1 -
YUV 167.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 163 173 151 0.06 0 0.13 0.32 87.27 0.12 0.64
Hex A3 AD 97 6 0 D 20 57 C 40
Octal 243 255 227 6 0 15 40 127 14 100
Binary 10100011 10101101 10010111 110 0 1101 100000 1010111 1100 1000000

Color Harmonies of #A3AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD97

Black with #A3AD97

Text Example


Text Example

White with #A3AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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