Html Css Color HEX #A3AE9C Norway

📋 copy color: '#A3AE9C'

red 163 ◦ green 174 ◦ blue 156

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

Shades of Norway #A3AE9C

Tints of Norway #A3AE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 33.06%
G = 35.29%
B = 31.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A3AE9C (or 0xA3AE9C) is known color: Norway. HEX triplet: A3, AE and 9C. RGB value is (163,174,156). Sum of RGB (Red+Green+Blue) = 163+174+156=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE9C is #5C5163. Grayscale: #A8A8A8. Windows color (decimal): -6050148 or 10268323. OLE color: 10268323.

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

Color convert

RGB 163 174 156 -
CMYK 0.06 0 0.10 0.32
HSL 96.67º 0.1% 0.65% -
HSV(B) 96.67º 0.1% 0.68% -
XYZ 36.24 40.46 37.35 -
YUV 168.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 163 174 156 0.06 0 0.10 0.32 96.67 0.1 0.65
Hex A3 AE 9C 6 0 A 20 61 A 41
Octal 243 256 234 6 0 12 40 141 12 101
Binary 10100011 10101110 10011100 110 0 1010 100000 1100001 1010 1000001

Color Harmonies of #A3AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AE9C

Black with #A3AE9C

Text Example


Text Example

White with #A3AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AE9C; }

 p { color: rgb(163,174,156); }

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

background-color css

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

 a { background-color: rgb(163,174,156); }

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

border-color css

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

 span { border-color: rgb(163,174,156); }

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