Html Css Color HEX #A4AD99 Norway

📋 copy color: '#A4AD99'

red 164 ◦ green 173 ◦ blue 153

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

Shades of Norway #A4AD99

Tints of Norway #A4AD99

RGB

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

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

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

R = 33.47%
G = 35.31%
B = 31.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A4AD99 (or 0xA4AD99) is known color: Norway. HEX triplet: A4, AD and 99. RGB value is (164,173,153). Sum of RGB (Red+Green+Blue) = 164+173+153=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD99 is #5B5266. Grayscale: #A8A8A8. Windows color (decimal): -5984871 or 10071460. OLE color: 10071460.

HSL color Cylindrical-coordinate representation of color #A4AD99: hue angle of 87º 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 #A4AD99 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 153 -
CMYK 0.05 0 0.12 0.32
HSL 87º 0.11% 0.64% -
HSV(B) 87º 0.12% 0.68% -
XYZ 36 40.08 35.98 -
YUV 168.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 164 173 153 0.05 0 0.12 0.32 87 0.11 0.64
Hex A4 AD 99 5 0 C 20 57 B 40
Octal 244 255 231 5 0 14 40 127 13 100
Binary 10100100 10101101 10011001 101 0 1100 100000 1010111 1011 1000000

Color Harmonies of #A4AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD99

Black with #A4AD99

Text Example


Text Example

White with #A4AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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