Html Css Color HEX #A3AC98 Norway

📋 copy color: '#A3AC98'

red 163 ◦ green 172 ◦ blue 152

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

Shades of Norway #A3AC98

Tints of Norway #A3AC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.21%

R = 33.47%
G = 35.32%
B = 31.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A3AC98 (or 0xA3AC98) is known color: Norway. HEX triplet: A3, AC and 98. RGB value is (163,172,152). Sum of RGB (Red+Green+Blue) = 163+172+152=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC98 is #5C5367. Grayscale: #A7A7A7. Windows color (decimal): -6050664 or 10005667. OLE color: 10005667.

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

Color convert

RGB 163 172 152 -
CMYK 0.05 0 0.12 0.33
HSL 87º 0.11% 0.64% -
HSV(B) 87º 0.12% 0.67% -
XYZ 35.52 39.56 35.47 -
YUV 167.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 163 172 152 0.05 0 0.12 0.33 87 0.11 0.64
Hex A3 AC 98 5 0 C 21 57 B 40
Octal 243 254 230 5 0 14 41 127 13 100
Binary 10100011 10101100 10011000 101 0 1100 100001 1010111 1011 1000000

Color Harmonies of #A3AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC98

Black with #A3AC98

Text Example


Text Example

White with #A3AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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