Html Css Color HEX #A4AE99 Norway

📋 copy color: '#A4AE99'

red 164 ◦ green 174 ◦ blue 153

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

Shades of Norway #A4AE99

Tints of Norway #A4AE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 33.4%
G = 35.44%
B = 31.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A4AE99 (or 0xA4AE99) is known color: Norway. HEX triplet: A4, AE and 99. RGB value is (164,174,153). Sum of RGB (Red+Green+Blue) = 164+174+153=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AE99 is #5B5166. Grayscale: #A8A8A8. Windows color (decimal): -5984615 or 10071716. OLE color: 10071716.

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

Color convert

RGB 164 174 153 -
CMYK 0.06 0 0.12 0.32
HSL 88.57º 0.11% 0.64% -
HSV(B) 88.57º 0.12% 0.68% -
XYZ 36.2 40.46 36.04 -
YUV 168.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 164 174 153 0.06 0 0.12 0.32 88.57 0.11 0.64
Hex A4 AE 99 6 0 C 20 59 B 40
Octal 244 256 231 6 0 14 40 131 13 100
Binary 10100100 10101110 10011001 110 0 1100 100000 1011001 1011 1000000

Color Harmonies of #A4AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE99

Black with #A4AE99

Text Example


Text Example

White with #A4AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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