Html Css Color HEX #A4AD9E Norway

📋 copy color: '#A4AD9E'

red 164 ◦ green 173 ◦ blue 158

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

Shades of Norway #A4AD9E

Tints of Norway #A4AD9E

RGB

 RED value IS 164 (64.45% from 255) = 33.13%

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

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 33.13%
G = 34.95%
B = 31.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A4AD9E (or 0xA4AD9E) is known color: Norway. HEX triplet: A4, AD and 9E. RGB value is (164,173,158). Sum of RGB (Red+Green+Blue) = 164+173+158=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD9E is #5B5261. Grayscale: #A8A8A8. Windows color (decimal): -5984866 or 10399140. OLE color: 10399140.

HSL color Cylindrical-coordinate representation of color #A4AD9E: hue angle of 96º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4AD9E is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 158 -
CMYK 0.05 0 0.09 0.32
HSL 96º 0.08% 0.65% -
HSV(B) 96º 0.09% 0.68% -
XYZ 36.42 40.25 38.2 -
YUV 168.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 164 173 158 0.05 0 0.09 0.32 96 0.08 0.65
Hex A4 AD 9E 5 0 9 20 60 8 41
Octal 244 255 236 5 0 11 40 140 10 101
Binary 10100100 10101101 10011110 101 0 1001 100000 1100000 1000 1000001

Color Harmonies of #A4AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD9E

Black with #A4AD9E

Text Example


Text Example

White with #A4AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD9E; }

 p { color: rgb(164,173,158); }

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

background-color css

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

 a { background-color: rgb(164,173,158); }

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

border-color css

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

 span { border-color: rgb(164,173,158); }

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