Html Css Color HEX #A3AC9A Norway

📋 copy color: '#A3AC9A'

red 163 ◦ green 172 ◦ blue 154

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

Shades of Norway #A3AC9A

Tints of Norway #A3AC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 33.33%
G = 35.17%
B = 31.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#A3AC9A (or 0xA3AC9A) is known color: Norway. HEX triplet: A3, AC and 9A. RGB value is (163,172,154). Sum of RGB (Red+Green+Blue) = 163+172+154=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC9A is #5C5365. Grayscale: #A7A7A7. Windows color (decimal): -6050662 or 10136739. OLE color: 10136739.

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

Color convert

RGB 163 172 154 -
CMYK 0.05 0 0.10 0.33
HSL 90º 0.1% 0.64% -
HSV(B) 90º 0.1% 0.67% -
XYZ 35.69 39.62 36.34 -
YUV 167.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 163 172 154 0.05 0 0.10 0.33 90 0.1 0.64
Hex A3 AC 9A 5 0 A 21 5A A 40
Octal 243 254 232 5 0 12 41 132 12 100
Binary 10100011 10101100 10011010 101 0 1010 100001 1011010 1010 1000000

Color Harmonies of #A3AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC9A

Black with #A3AC9A

Text Example


Text Example

White with #A3AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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