Html Css Color HEX #A3AD95 Norway

📋 copy color: '#A3AD95'

red 163 ◦ green 173 ◦ blue 149

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

Shades of Norway #A3AD95

Tints of Norway #A3AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 33.61%
G = 35.67%
B = 30.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#A3AD95 (or 0xA3AD95) is known color: Norway. HEX triplet: A3, AD and 95. RGB value is (163,173,149). Sum of RGB (Red+Green+Blue) = 163+173+149=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD95 is #5C526A. Grayscale: #A7A7A7. Windows color (decimal): -6050411 or 9809315. OLE color: 9809315.

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

Color convert

RGB 163 173 149 -
CMYK 0.06 0 0.14 0.32
HSL 85º 0.13% 0.63% -
HSV(B) 85º 0.14% 0.68% -
XYZ 35.47 39.84 34.25 -
YUV 167.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 163 173 149 0.06 0 0.14 0.32 85 0.13 0.63
Hex A3 AD 95 6 0 E 20 55 D 3F
Octal 243 255 225 6 0 16 40 125 15 77
Binary 10100011 10101101 10010101 110 0 1110 100000 1010101 1101 111111

Color Harmonies of #A3AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD95

Black with #A3AD95

Text Example


Text Example

White with #A3AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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