Html Css Color HEX #A4AD9B Norway

📋 copy color: '#A4AD9B'

red 164 ◦ green 173 ◦ blue 155

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

Shades of Norway #A4AD9B

Tints of Norway #A4AD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 33.33%
G = 35.16%
B = 31.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A4AD9B (or 0xA4AD9B) is known color: Norway. HEX triplet: A4, AD and 9B. RGB value is (164,173,155). Sum of RGB (Red+Green+Blue) = 164+173+155=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD9B is #5B5264. Grayscale: #A8A8A8. Windows color (decimal): -5984869 or 10202532. OLE color: 10202532.

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

Color convert

RGB 164 173 155 -
CMYK 0.05 0 0.10 0.32
HSL 90º 0.1% 0.64% -
HSV(B) 90º 0.1% 0.68% -
XYZ 36.17 40.15 36.85 -
YUV 168.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 164 173 155 0.05 0 0.10 0.32 90 0.1 0.64
Hex A4 AD 9B 5 0 A 20 5A A 40
Octal 244 255 233 5 0 12 40 132 12 100
Binary 10100100 10101101 10011011 101 0 1010 100000 1011010 1010 1000000

Color Harmonies of #A4AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD9B

Black with #A4AD9B

Text Example


Text Example

White with #A4AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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