#A3AF93

Color #A3AF93 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A3AF93

Tints of Norway #A3AF93

Color information

#A3AF93 (or 0xA3AF93) is unknown color: approx Norway. HEX triplet: A3, AF and 93. RGB value is (163,175,147). Sum of RGB (Red+Green+Blue) = 163+175+147=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF93 is #5C506C. Grayscale: #A8A8A8. Windows color (decimal): -6049901 or 9678755. OLE color: 9678755.

HSL color Cylindrical-coordinate representation of color #A3AF93: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3AF93 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB163175147-
CMYK0.0700.160.31
HSL85.71º14.89%63.14%-
HSV(B)85.71º16%68.63%-
XYZ35.740.5533.55-
YUV168.22116.02124.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=33.61%
G=36.08%
B=30.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751470.0700.160.3185.7114.8963.14
HexA3AF9370101F56f3f
Octal2432572237020371261777
Binary1010001110101111100100111110100001111110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF93; }

 p { color: rgb(163,175,147); }

 H1.HeaderClassName
 {
   color: #A3AF93;
 }
 .AnyTagClassName
 {
   color: #A3AF93;
 }
</style>
background-color css

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

 a { background-color: rgb(163,175,147); }

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

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

 span { border-color: rgb(163,175,147); }

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