Html Css Color HEX #A3AC99 Norway

📋 copy color: '#A3AC99'

red 163 ◦ green 172 ◦ blue 153

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

Shades of Norway #A3AC99

Tints of Norway #A3AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 33.4%
G = 35.25%
B = 31.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#A3AC99 (or 0xA3AC99) is known color: Norway. HEX triplet: A3, AC and 99. RGB value is (163,172,153). Sum of RGB (Red+Green+Blue) = 163+172+153=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC99 is #5C5366. Grayscale: #A7A7A7. Windows color (decimal): -6050663 or 10071203. OLE color: 10071203.

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

Color convert

RGB 163 172 153 -
CMYK 0.05 0 0.11 0.33
HSL 88.42º 0.1% 0.64% -
HSV(B) 88.42º 0.11% 0.67% -
XYZ 35.61 39.59 35.9 -
YUV 167.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 163 172 153 0.05 0 0.11 0.33 88.42 0.1 0.64
Hex A3 AC 99 5 0 B 21 58 A 40
Octal 243 254 231 5 0 13 41 130 12 100
Binary 10100011 10101100 10011001 101 0 1011 100001 1011000 1010 1000000

Color Harmonies of #A3AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC99

Black with #A3AC99

Text Example


Text Example

White with #A3AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC99; }

 p { color: rgb(163,172,153); }

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

background-color css

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

 a { background-color: rgb(163,172,153); }

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

border-color css

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

 span { border-color: rgb(163,172,153); }

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